Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AssignmentContextDto.md
2025-01-28 13:29:29 -05: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 Pointer to AccessRequestContext [optional]
Matched Pointer to []RoleMatchDto [optional]
ComputedDate Pointer to String Date 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]