Skip to main content

AccountUncorrelated

Properties

NameTypeDescriptionNotes
IdentityAccountUncorrelatedIdentity[required]
SourceAccountUncorrelatedSource[required]
AccountAccountUncorrelatedAccount[required]
EntitlementCountInt32The number of entitlements associated with this account.[optional]

Examples

  • Prepare the resource
$AccountUncorrelated = Initialize-PSSailpoint.V2024AccountUncorrelated  -Identity null `
-Source null `
-Account null `
-EntitlementCount 0
  • Convert the resource to JSON
$AccountUncorrelated | ConvertTo-JSON

[Back to top]