Skip to main content

Source1

Properties

NameTypeDescriptionNotes
typestrAttribute mapping type.[optional]
propertiesobjectAttribute mapping properties.[optional]
}

Example

from sailpoint.beta.models.source1 import Source1

source1 = Source1(
type='rule',
properties={ruleType=IdentityAttribute, ruleName=Cloud Promote Identity Attribute}
)

[Back to top]