Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AssignmentContextDto.md
2025-05-07 14:37:48 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-assignment-context-dto AssignmentContextDto AssignmentContextDto AssignmentContextDto powershellsdk
powershell
PowerShell
sdk
AssignmentContextDto
BetaAssignmentContextDto
/tools/sdk/powershell/beta/models/assignment-context-dto
SDK
Software Development Kit
AssignmentContextDto
BetaAssignmentContextDto

AssignmentContextDto

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

[Back to top]