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.
    • 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.
    • 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