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

[Back to top]