Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/AccountItemRef.md
2025-04-14 20:23:46 +00:00

1005 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-account-item-ref AccountItemRef AccountItemRef AccountItemRef pythonsdk
python
Python
sdk
AccountItemRef
V2024AccountItemRef
/tools/sdk/python/v2024/models/account-item-ref
SDK
Software Development Kit
AccountItemRef
V2024AccountItemRef

AccountItemRef

Properties

Name Type Description Notes
account_uuid str The uuid for the account, available under the 'objectguid' attribute [optional]
native_identity str The 'distinguishedName' attribute for the account [optional]
}

Example

from sailpoint.v2024.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]