| title | delegatedAdministrationRoleAssignment resource type |
|---|---|
| description | Represents a role assignment configuration for delegated administration in a governance relationship. |
| author | hafowler |
| ms.date | 03/10/2026 |
| ms.localizationpriority | medium |
| ms.subservice | entra-tenant-governance |
| doc_type | resourcePageType |
Namespace: microsoft.graph.tenantGovernanceServices
[!INCLUDE beta-disclaimer]
Represents a role assignment configuration for delegated administration in a governance relationship. Specifies which security group in the governing tenant should be assigned which roles in the governed tenant. This resource is defined in the **delegatedAdministrationRoleAssignment ** property of governancePolicyTemplate.
| Property | Type | Description |
|---|---|---|
| roleTemplates | microsoft.graph.tenantGovernanceServices.roleTemplate collection | A collection of role templates that define the roles to be assigned to the group in the governed tenant. |
| Relationship | Type | Description |
|---|---|---|
| group | group | The security group in the governing tenant that will receive the role assignments in the governed tenant. This group must be role-assignable. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.delegatedAdministrationRoleAssignment",
"roleTemplates": [
{
"@odata.type": "microsoft.graph.tenantGovernanceServices.roleTemplate"
}
]
}