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