AccountUncorrelatedIdentity
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "IDENTITY" ] | DTO type of the identity the account is uncorrelated with. | [required] |
Id | String | ID of the identity the account is uncorrelated with. | [required] |
Name | String | Display name of the identity the account is uncorrelated with. | [required] |
Examples
- Prepare the resource
$AccountUncorrelatedIdentity = Initialize-PSSailpoint.BetaAccountUncorrelatedIdentity -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
- Convert the resource to JSON
$AccountUncorrelatedIdentity | ConvertTo-JSON