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