Skip to main content

IdentityReference2

Properties

NameTypeDescriptionNotes
IdStringThe ID of the identity that is correlated with this account.[required]
NameStringThe name of the identity that is correlated with this account.[required]
AliasStringThe alias of the identity.[required]
EmailStringThe email of the identity.[required]

Examples

  • Prepare the resource
$IdentityReference2 = Initialize-IdentityReference2  -Id ee769173319b41d19ccec6c235423237b `
-Name john.doe `
-Alias jdoe `
-Email john.doe@email.com
  • Convert the resource to JSON
$IdentityReference2 | ConvertTo-JSON

[Back to top]