Skip to main content

GetRoleAssignments200ResponseInner

Properties

NameTypeDescriptionNotes
IdStringAssignment Id[optional]
RoleBaseReferenceDto1[optional]
CommentsStringComments added by the user when the assignment was made[optional]
AssignmentSourceStringSource describing how this assignment was made[optional]
AssignerBaseReferenceDto1[optional]
AssignedDimensions[]BaseReferenceDto1Dimensions assigned related to this role[optional]
AssignmentContextAssignmentContextDto[optional]
AccountTargets[]RoleTargetDto[optional]
RemoveDateStringDate that the assignment will be removed[optional]

Examples

  • Prepare the resource
$GetRoleAssignments200ResponseInner = Initialize-PSSailpoint.V2024GetRoleAssignments200ResponseInner  -Id 1cbb0705b38c4226b1334eadd8874086 `
-Role null `
-Comments I'm a new Engineer and need this role to do my work `
-AssignmentSource UI `
-Assigner null `
-AssignedDimensions [{id=1acc8ffe5fcf457090de28bee2af36ee, type=DIMENSION, name=Northeast region}] `
-AssignmentContext null `
-AccountTargets null `
-RemoveDate Wed Feb 14 10:58:42
  • Convert the resource to JSON
$GetRoleAssignments200ResponseInner | ConvertTo-JSON

[Back to top]