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.account_source_reference_owner import AccountSourceReferenceOwner

account_source_reference_owner = AccountSourceReferenceOwner(
id='owner-123',
name='owner-name'
)

[Back to top]