Skip to main content

RoleassignmentdtoAssignmentContext

Properties

NameTypeDescriptionNotes
RequestedAccessrequestcontext[optional]
Matched[]Rolematchdto[optional]
ComputedDateStringDate 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

[Back to top]