Skip to main content

IdentityDeleted

Properties

NameTypeDescriptionNotes
IdentityIdentityDeletedIdentity[required]
Attributesmap[string]AnyTypeThe attributes assigned to the identity. Attributes are determined by the identity profile.[required]

Examples

  • Prepare the resource
$IdentityDeleted = Initialize-IdentityDeleted  -Identity null `
-Attributes {"firstname":"John"}
  • Convert the resource to JSON
$IdentityDeleted | ConvertTo-JSON

[Back to top]