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.accountsourcereference_owner import AccountsourcereferenceOwner
accountsourcereference_owner = AccountsourcereferenceOwner(
id='owner-123',
name='owner-name'
)