Skip to main content

RoleMembershipIdentity

Properties

NameTypeDescriptionNotes
TypeDtoType[optional]
IdStringIdentity id[optional]
NameStringHuman-readable display name of the Identity.[optional]
AliasNameStringUser name of the Identity[optional]

Examples

  • Prepare the resource
$RoleMembershipIdentity = Initialize-PSSailpoint.V2024RoleMembershipIdentity  -Type null `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Thomas Edison `
-AliasName t.edison
  • Convert the resource to JSON
$RoleMembershipIdentity | ConvertTo-JSON

[Back to top]