Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.tenantGovernanceServices
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a Microsoft Entra role template definition used in delegated administration role assignments. The role template specifies which Microsoft Entra role should be assigned.
Properties
| 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"). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.roleTemplate",
"id": "String",
"name": "String"
}