mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
1.1 KiB
1.1 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-assignment-context-dto | AssignmentContextDto | AssignmentContextDto | AssignmentContextDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/assignment-context-dto |
|
AssignmentContextDto
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
$AssignmentContextDto = Initialize-V2024AssignmentContextDto -Requested null `
-Matched null `
-ComputedDate Wed Feb 14 10:58:42
- Convert the resource to JSON
$AssignmentContextDto | ConvertTo-JSON