Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/RoleAssignmentRef.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

RoleAssignmentRef

Properties

Name Type Description Notes
Id Pointer to String Assignment Id [optional]
Role Pointer to 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]