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-Assignmentcontextdto -Requested null `
-Matched null `
-ComputedDate Wed Feb 14 10:58:42
- Convert the resource to JSON
$Assignmentcontextdto | ConvertTo-JSON