mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1019 B
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 |
|
/tools/sdk/powershell/v2024/models/role-target-dto |
|
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