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]