AccountCorrelatedAccount
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "ACCOUNT" ] | The correlated account's DTO type. | [required] |
Id | String | The correlated account's ID. | [required] |
Name | String | The correlated account's display name. | [required] |
NativeIdentity | String | Unique ID of the account on the source. | [required] |
Uuid | String | The source's unique identifier for the account. UUID is generated by the source system. | [optional] |
Examples
- Prepare the resource
$AccountCorrelatedAccount = Initialize-PSSailpoint.BetaAccountCorrelatedAccount -Type ACCOUNT `
-Id 98da47c31df444558c211f9b205184f6 `
-Name Brian Mendoza `
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
-Uuid 1cb1f07d-3e5a-4431-becd-234fa4306108
- Convert the resource to JSON
$AccountCorrelatedAccount | ConvertTo-JSON