mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.9 KiB
1.9 KiB
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-dto | RoleAssignmentDto | RoleAssignmentDto | RoleAssignmentDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-assignment-dto |
|
RoleAssignmentDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Assignment Id | [optional] |
| Role | BaseReferenceDto1 | [optional] | |
| Comments | String | Comments added by the user when the assignment was made | [optional] |
| AssignmentSource | String | Source describing how this assignment was made | [optional] |
| Assigner | BaseReferenceDto1 | [optional] | |
| AssignedDimensions | []BaseReferenceDto1 | Dimensions assigned related to this role | [optional] |
| AssignmentContext | AssignmentContextDto | [optional] | |
| AccountTargets | []RoleTargetDto | [optional] | |
| RemoveDate | String | Date that the assignment will be removed | [optional] |
Examples
- Prepare the resource
$RoleAssignmentDto = Initialize-PSSailpoint.V2024RoleAssignmentDto -Id 1cbb0705b38c4226b1334eadd8874086 `
-Role null `
-Comments I'm a new Engineer and need this role to do my work `
-AssignmentSource UI `
-Assigner null `
-AssignedDimensions [{id=1acc8ffe5fcf457090de28bee2af36ee, type=DIMENSION, name=Northeast region}] `
-AssignmentContext null `
-AccountTargets null `
-RemoveDate Wed Feb 14 10:58:42
- Convert the resource to JSON
$RoleAssignmentDto | ConvertTo-JSON