Tenant Group - Assign AAD Group Role
Used for assigning permissions to a group in AAD at Tenant Group Scope
Access is granted by assigning the appropriate RDS role to a group at the specified RD object scope. To grant access to the entire RD Deployment, assign a role at the Infra Deployment scope. To grant access to a specific RD Tenant within an RD Deployment, assign a role at the RD Tenant scope. And so on, down the tree of RD Objects.
PUT https://rdbroker.wvd.microsoft.com/RdsManagement/V1/TenantGroups/{tenantGroupName}/Rds.Authorization/roleAssignments/{roleName}/Groups/azureADObjectId/{azureADObjectId}?aadTenantId={aadTenantId}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
azure
|
path | True |
string |
|
|
role
|
path | True |
string |
|
|
tenant
|
path | True |
string |
|
|
aad
|
query | True |
string |
Responses
| Name | Type | Description |
|---|---|---|
| Other Status Codes |
InvalidAuthorizationRoleScope |