Skip to main content

AccountAttributesCreateAttributes

The schema attribute values for the account

Properties

NameTypeDescriptionNotes
source_idstrTarget source to create an account[required]
}

Example

from sailpoint.v3.models.account_attributes_create_attributes import AccountAttributesCreateAttributes

account_attributes_create_attributes = AccountAttributesCreateAttributes(
source_id='34bfcbe116c9407464af37acbaf7a4dc'
)

[Back to top]