Class DefaultUserRolePermissions

java.lang.Object
com.microsoft.graph.models.DefaultUserRolePermissions
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DefaultUserRolePermissions extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Default User Role Permissions.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • allowedToCreateApps

      @SerializedName(value="allowedToCreateApps", alternate="AllowedToCreateApps") @Expose @Nullable public Boolean allowedToCreateApps
      The Allowed To Create Apps. 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

      @SerializedName(value="allowedToCreateSecurityGroups", alternate="AllowedToCreateSecurityGroups") @Expose @Nullable public Boolean allowedToCreateSecurityGroups
      The Allowed To Create Security Groups. Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Azure portal: The Users can create security groups in Azure portals, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu.
    • allowedToCreateTenants

      @SerializedName(value="allowedToCreateTenants", alternate="AllowedToCreateTenants") @Expose @Nullable public Boolean allowedToCreateTenants
      The Allowed To Create Tenants. 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

      @SerializedName(value="allowedToReadBitlockerKeysForOwnedDevice", alternate="AllowedToReadBitlockerKeysForOwnedDevice") @Expose @Nullable public Boolean allowedToReadBitlockerKeysForOwnedDevice
      The Allowed To Read Bitlocker Keys For Owned Device. Indicates whether the registered owners of a device can read their own BitLocker recovery keys with default user role.
    • allowedToReadOtherUsers

      @SerializedName(value="allowedToReadOtherUsers", alternate="AllowedToReadOtherUsers") @Expose @Nullable public Boolean allowedToReadOtherUsers
      The Allowed To Read Other Users. Indicates whether the default user role can read other users.
    • permissionGrantPoliciesAssigned

      @SerializedName(value="permissionGrantPoliciesAssigned", alternate="PermissionGrantPoliciesAssigned") @Expose @Nullable public List<String> permissionGrantPoliciesAssigned
      The Permission Grant Policies Assigned. 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.
  • Constructor Details

    • DefaultUserRolePermissions

      public DefaultUserRolePermissions()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to