Skip to main content

RoleAssignmentRef

Properties

NameTypeDescriptionNotes
IdStringAssignment Id[optional]
RoleBaseReferenceDto1[optional]

Examples

  • Prepare the resource
$RoleAssignmentRef = Initialize-PSSailpoint.BetaRoleAssignmentRef  -Id 1cbb0705b38c4226b1334eadd8874086 `
-Role null
  • Convert the resource to JSON
$RoleAssignmentRef | ConvertTo-JSON

[Back to top]