Skip to main content

RoleIdentity

Properties

NameTypeDescriptionNotes
IdStringThe ID of the Identity[optional]
AliasNameStringThe alias / username of the Identity[optional]
NameStringThe human-readable display name of the Identity[optional]
EmailStringEmail address of the Identity[optional]
RoleAssignmentSourceRoleAssignmentSourceType[optional]

Examples

  • Prepare the resource
$RoleIdentity = Initialize-PSSailpoint.V2024RoleIdentity  -Id 2c9180a46faadee4016fb4e018c20639 `
-AliasName t.edison `
-Name Thomas Edison `
-Email t.edison@identitynow.com `
-RoleAssignmentSource null
  • Convert the resource to JSON
$RoleIdentity | ConvertTo-JSON

[Back to top]