defaultUserRolePermissions resource type

Contains certain 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:
  • The Users can create security groups in Microsoft Entra admin centers, API or PowerShell setting in the Group settings menu.
  • Users can create security groups setting in the User settings menu.
  • 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.
    permissionGrantPoliciesAssigned String collection Indicates if user consent to apps is allowed, and if it is, which permission to grant consent and which app consent policy (permissionGrantPolicy) govern the permission for users to grant consent. Value should be in the format managePermissionGrantsForSelf.{id}, where {id} is the id of a built-in or custom app consent policy. An empty list indicates user consent to apps is disabled.
    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 is a JSON representation of the resource.

    {
      "allowedToCreateApps": true,
      "allowedToCreateSecurityGroups": true,
      "allowedToReadBitlockerKeysForOwnedDevice": true,
      "allowedToReadOtherUsers": true,
      "allowedToCreateTenants": true,
      "permissionGrantPoliciesAssigned": ["String"]
    }