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-PSSailpoint.V2025AccountItemRef -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