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-V2025RoleTargetDto  -Source null `
 -AccountInfo null `
 -RoleName Marketing
- Convert the resource to JSON
$RoleTargetDto | ConvertTo-JSON