AccountSourceReferenceOwner
Details about the owner of the source.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the source owner. | [required] |
| name | str | Name 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'
)