Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RoleAssignmentDtoAssigner.md
2025-03-06 23:07:50 +00:00

1.2 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
v2024-role-assignment-dto-assigner RoleAssignmentDtoAssigner RoleAssignmentDtoAssigner RoleAssignmentDtoAssigner powershellsdk
powershell
PowerShell
sdk
RoleAssignmentDtoAssigner
V2024RoleAssignmentDtoAssigner
/tools/sdk/powershell/v2024/models/role-assignment-dto-assigner
SDK
Software Development Kit
RoleAssignmentDtoAssigner
V2024RoleAssignmentDtoAssigner

RoleAssignmentDtoAssigner

Properties

Name Type Description Notes
Type Enum [ "IDENTITY", "UNKNOWN" ] Object type [optional]
Id String ID of the object to which this reference applies [optional]
Name String Human-readable display name of the object to which this reference applies [optional]

Examples

  • Prepare the resource
$RoleAssignmentDtoAssigner = Initialize-PSSailpoint.V2024RoleAssignmentDtoAssigner  -Type IDENTITY `
 -Id 2c91808568c529c60168cca6f90c1313 `
 -Name William Wilson
  • Convert the resource to JSON
$RoleAssignmentDtoAssigner | ConvertTo-JSON

[Back to top]