Skip to main content

AssignmentContextDto

Properties

NameTypeDescriptionNotes
RequestedAccessRequestContext[optional]
Matched[]RoleMatchDto[optional]
ComputedDateStringDate that the assignment will was evaluated[optional]

Examples

  • Prepare the resource
$AssignmentContextDto = Initialize-PSSailpoint.BetaAssignmentContextDto  -Requested null `
-Matched null `
-ComputedDate Wed Feb 14 10:58:42
  • Convert the resource to JSON
$AssignmentContextDto | ConvertTo-JSON

[Back to top]