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 Create Tenants.The Allowed To Read Bitlocker Keys For Owned Device.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. 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 allowedToCreateSecurityGroupsThe 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 allowedToCreateTenantsThe 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 allowedToReadBitlockerKeysForOwnedDeviceThe 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 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
-