Skip to main content

AccountItemRef

Properties

NameTypeDescriptionNotes
account_uuidstrThe uuid for the account, available under the 'objectguid' attribute[optional]
native_identitystrThe 'distinguishedName' attribute for the account[optional]
}

Example

from sailpoint.v2025.models.account_item_ref import AccountItemRef

account_item_ref = AccountItemRef(
account_uuid='{fab7119e-004f-4822-9c33-b8d570d6c6a6}',
native_identity='CN=Glen 067da3248e914,OU=YOUROU,OU=org-data-service,DC=YOURDC,DC=local'
)

[Back to top]