mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 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-assignment-context | RoleAssignmentDtoAssignmentContext | RoleAssignmentDtoAssignmentContext | RoleAssignmentDtoAssignmentContext | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-assignment-dto-assignment-context |
|
RoleAssignmentDtoAssignmentContext
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Requested | AccessRequestContext | [optional] | |
| Matched | []RoleMatchDto | [optional] | |
| ComputedDate | String | Date that the assignment will was evaluated | [optional] |
Examples
- Prepare the resource
$RoleAssignmentDtoAssignmentContext = Initialize-PSSailpoint.V2024RoleAssignmentDtoAssignmentContext -Requested null `
-Matched null `
-ComputedDate Wed Feb 14 10:58:42
- Convert the resource to JSON
$RoleAssignmentDtoAssignmentContext | ConvertTo-JSON