| title | roleTemplate resource type |
|---|---|
| description | Represents a Microsoft Entra role template definition. |
| 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 Microsoft Entra role template definition used in delegated administration role assignments. The role template specifies which Microsoft Entra role should be assigned.
| Property | Type | Description |
|---|---|---|
| id | String | The template ID of the Microsoft Entra role (e.g., 62e90394-69f5-4237-9190-012177145e10 for Global Administrator). |
| name | String | The display name of the role (e.g., "Global Administrator", "Helpdesk Administrator"). |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.roleTemplate",
"id": "String",
"name": "String"
}