Skip to main content

Source2

Properties

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

Example

from sailpoint.identity_attributes.models.source2 import Source2

source2 = Source2(
type='rule',
properties={"ruleType":"IdentityAttribute","ruleName":"Cloud Promote Identity Attribute"}
)

[Back to top]