Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RoleTargetDto.md
2025-01-28 13:29:29 -05:00

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

RoleTargetDto

Properties

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

Examples

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

[Back to top]