mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
949 B
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 |
|
/tools/sdk/powershell/v2024/models/role-assignment-ref |
|
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