Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RoleAssignmentRef.md
2025-02-03 22:09:17 +00:00

944 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-role-assignment-ref RoleAssignmentRef RoleAssignmentRef RoleAssignmentRef powershellsdk
powershell
PowerShell
sdk
RoleAssignmentRef
BetaRoleAssignmentRef
/tools/sdk/powershell/beta/models/role-assignment-ref
SDK
Software Development Kit
RoleAssignmentRef
BetaRoleAssignmentRef

RoleAssignmentRef

Properties

Name Type Description Notes
Id String Assignment Id [optional]
Role BaseReferenceDto1 [optional]

Examples

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

[Back to top]