Skip to main content

Identitycreated

Properties

NameTypeDescriptionNotes
IdentityIdentitycreatedIdentity[required]
Attributes[map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4The 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]