Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Allowed To Create Apps.The Allowed To Create Security Groups.The Allowed To Read Other Users.the OData type of the object as returned by the serviceThe Permission Grant Policies Assigned. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
allowedToCreateApps
@SerializedName(value="allowedToCreateApps", alternate="AllowedToCreateApps") @Expose @Nullable public Boolean allowedToCreateAppsThe Allowed To Create Apps. Indicates whether the default user role can create applications. -
allowedToCreateSecurityGroups
@SerializedName(value="allowedToCreateSecurityGroups", alternate="AllowedToCreateSecurityGroups") @Expose @Nullable public Boolean allowedToCreateSecurityGroupsThe 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 allowedToReadOtherUsersThe 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> permissionGrantPoliciesAssignedThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-