Skip to main content

AccountuncorrelatedIdentity

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]DTO type of the identity the account is uncorrelated with.[required]
IdStringID of the identity the account is uncorrelated with.[required]
NameStringDisplay name of the identity the account is uncorrelated with.[required]

Examples

  • Prepare the resource
$AccountuncorrelatedIdentity = Initialize-AccountuncorrelatedIdentity  -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
  • Convert the resource to JSON
$AccountuncorrelatedIdentity | ConvertTo-JSON

[Back to top]