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 Azure AD.
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 Azure portal. |
allowedToCreateSecurityGroups | Boolean | Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Azure portal: |
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 Azure portal. 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. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"allowedToCreateApps": true,
"allowedToCreateSecurityGroups": true,
"allowedToReadBitlockerKeysForOwnedDevice": true,
"allowedToReadOtherUsers": true,
"allowedToCreateTenants": true
}
Feedback
Submit and view feedback for