Skip to main content

IdentityReferenceWithNameAndEmail

Properties

NameTypeDescriptionNotes
TypeStringThe type can only be IDENTITY. This is read-only.[optional]
IdStringIdentity ID.[optional]
NameStringIdentity's human-readable display name. This is read-only.[optional]
EmailStringIdentity's email address. This is read-only.[optional]

Examples

  • Prepare the resource
$IdentityReferenceWithNameAndEmail = Initialize-PSSailpoint.V3IdentityReferenceWithNameAndEmail  -Type IDENTITY `
-Id 5168015d32f890ca15812c9180835d2e `
-Name Alison Ferguso `
-Email alison.ferguso@identitysoon.com
  • Convert the resource to JSON
$IdentityReferenceWithNameAndEmail | ConvertTo-JSON

[Back to top]