Skip to main content

Identityattributeschanged

Properties

NameTypeDescriptionNotes
IdentityIdentityattributeschangedIdentity[required]
Changes[]IdentityattributeschangedChangesInnerA list of one or more identity attributes that changed on the identity.[required]

Examples

  • Prepare the resource
$Identityattributeschanged = Initialize-Identityattributeschanged  -Identity null `
-Changes null
  • Convert the resource to JSON
$Identityattributeschanged | ConvertTo-JSON

[Back to top]