AccountUncorrelated
Properties
Name | Type | Description | Notes |
---|---|---|---|
Identity | AccountUncorrelatedIdentity | [required] | |
Source | AccountUncorrelatedSource | [required] | |
Account | AccountUncorrelatedAccount | [required] | |
EntitlementCount | Int32 | The number of entitlements associated with this account. | [optional] |
Examples
- Prepare the resource
$AccountUncorrelated = Initialize-PSSailpoint.BetaAccountUncorrelated -Identity null `
-Source null `
-Account null `
-EntitlementCount 0
- Convert the resource to JSON
$AccountUncorrelated | ConvertTo-JSON