Skip to main content

IdentityCreated

Properties

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

Examples

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

[Back to top]