Skip to main content

AccountattributeschangedIdentity

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]DTO type of the identity whose account attributes were updated.[required]
IdStringID of the identity whose account attributes were updated.[required]
NameStringDisplay name of the identity whose account attributes were updated.[required]

Examples

  • Prepare the resource
$AccountattributeschangedIdentity = Initialize-AccountattributeschangedIdentity  -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20642 `
-Name Michael Michaels
  • Convert the resource to JSON
$AccountattributeschangedIdentity | ConvertTo-JSON

[Back to top]