defaultUserRolePermissions resource type
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.
Contains certains customizable permissions of default user role in Microsoft Entra ID.
Properties
Property | Type | Description |
---|---|---|
allowedToCreateApps | Boolean | Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Microsoft Entra admin center. |
allowedToCreateSecurityGroups | Boolean | Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Microsoft Entra admin center: |
allowedToCreateTenants | Boolean | Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Microsoft Entra admin center. When this setting is false , users assigned the Tenant Creator role can still create tenants. |
allowedToReadBitlockerKeysForOwnedDevice | Boolean | Indicates whether the registered owners of a device can read their own BitLocker recovery keys with default user role. |
allowedToReadOtherUsers | Boolean | Indicates whether the default user role can read other users. DO NOT SET THIS VALUE TO false . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"allowedToCreateApps": true,
"allowedToCreateSecurityGroups": true,
"allowedToReadBitlockerKeysForOwnedDevice": true,
"allowedToReadOtherUsers": true,
"allowedToCreateTenants": true
}