RoleTargetDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
Source | BaseReferenceDto1 | [optional] | |
AccountInfo | AccountInfoDto | [optional] | |
RoleName | String | Specific role name for this target if using multiple accounts | [optional] |
Examples
- Prepare the resource
$RoleTargetDto = Initialize-PSSailpoint.V2024RoleTargetDto -Source null `
-AccountInfo null `
-RoleName Marketing
- Convert the resource to JSON
$RoleTargetDto | ConvertTo-JSON