Skip to main content

AccountsourcereferenceOwner

Details about the owner of the source.

Properties

NameTypeDescriptionNotes
idstrID of the source owner.[required]
namestrName of the source owner.[required]
}

Example

from sailpoint.triggers.models.accountsourcereference_owner import AccountsourcereferenceOwner

accountsourcereference_owner = AccountsourcereferenceOwner(
id='owner-123',
name='owner-name'
)

[Back to top]