Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccountItemRef.md
2025-05-07 14:37:48 +00:00

1.1 KiB

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 powershellsdk
powershell
PowerShell
sdk
AccountItemRef
V2024AccountItemRef
/tools/sdk/powershell/v2024/models/account-item-ref
SDK
Software Development Kit
AccountItemRef
V2024AccountItemRef

AccountItemRef

Properties

Name Type Description Notes
AccountUuid String The uuid for the account, available under the 'objectguid' attribute [optional]
NativeIdentity String The 'distinguishedName' attribute for the account [optional]

Examples

  • Prepare the resource
$AccountItemRef = Initialize-V2024AccountItemRef  -AccountUuid {fab7119e-004f-4822-9c33-b8d570d6c6a6} `
 -NativeIdentity CN=Glen 067da3248e914,OU=YOUROU,OU=org-data-service,DC=YOURDC,DC=local
  • Convert the resource to JSON
$AccountItemRef | ConvertTo-JSON

[Back to top]