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

1019 B

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-target-dto RoleTargetDto RoleTargetDto RoleTargetDto powershellsdk
powershell
PowerShell
sdk
RoleTargetDto
V2024RoleTargetDto
/tools/sdk/powershell/v2024/models/role-target-dto
SDK
Software Development Kit
RoleTargetDto
V2024RoleTargetDto

RoleTargetDto

Properties

Name Type Description Notes
Source BaseReferenceDto [optional]
AccountInfo AccountInfoDto [optional]
RoleName String Specific role name for this target if using multiple accounts [optional]

Examples

  • Prepare the resource
$RoleTargetDto = Initialize-V2024RoleTargetDto  -Source null `
 -AccountInfo null `
 -RoleName Marketing
  • Convert the resource to JSON
$RoleTargetDto | ConvertTo-JSON

[Back to top]