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.accounts.models.accountattributescreate_attributes import AccountattributescreateAttributes

accountattributescreate_attributes = AccountattributescreateAttributes(
source_id='34bfcbe116c9407464af37acbaf7a4dc'
)

[Back to top]