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