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-Accountuncorrelated  -Identity null `
-Source null `
-Account null `
-EntitlementCount 0
  • Convert the resource to JSON
$Accountuncorrelated | ConvertTo-JSON

[Back to top]