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

949 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
v2024-role-assignment-ref RoleAssignmentRef RoleAssignmentRef RoleAssignmentRef powershellsdk
powershell
PowerShell
sdk
RoleAssignmentRef
V2024RoleAssignmentRef
/tools/sdk/powershell/v2024/models/role-assignment-ref
SDK
Software Development Kit
RoleAssignmentRef
V2024RoleAssignmentRef

RoleAssignmentRef

Properties

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

Examples

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

[Back to top]