public class AuthorizationPolicy extends PolicyBase implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
allowedToSignUpEmailBasedSubscriptions
The Allowed To Sign Up Email Based Subscriptions.
|
java.lang.Boolean |
allowedToUseSSPR
The Allowed To Use SSPR.
|
java.lang.Boolean |
allowEmailVerifiedUsersToJoinOrganization
The Allow Email Verified Users To Join Organization.
|
AllowInvitesFrom |
allowInvitesFrom
The Allow Invites From.
|
java.lang.Boolean |
blockMsolPowerShell
The Block Msol Power Shell.
|
DefaultUserRolePermissions |
defaultUserRolePermissions
The Default User Role Permissions.
|
description, displayNamedeletedDateTime| Constructor and Description |
|---|
AuthorizationPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="allowedToSignUpEmailBasedSubscriptions",
alternate="AllowedToSignUpEmailBasedSubscriptions")
@Expose
@Nullable
public java.lang.Boolean allowedToSignUpEmailBasedSubscriptions
@SerializedName(value="allowedToUseSSPR",
alternate="AllowedToUseSSPR")
@Expose
@Nullable
public java.lang.Boolean allowedToUseSSPR
@SerializedName(value="allowEmailVerifiedUsersToJoinOrganization",
alternate="AllowEmailVerifiedUsersToJoinOrganization")
@Expose
@Nullable
public java.lang.Boolean allowEmailVerifiedUsersToJoinOrganization
@SerializedName(value="allowInvitesFrom",
alternate="AllowInvitesFrom")
@Expose
@Nullable
public AllowInvitesFrom allowInvitesFrom
@SerializedName(value="blockMsolPowerShell",
alternate="BlockMsolPowerShell")
@Expose
@Nullable
public java.lang.Boolean blockMsolPowerShell
@SerializedName(value="defaultUserRolePermissions",
alternate="DefaultUserRolePermissions")
@Expose
@Nullable
public DefaultUserRolePermissions defaultUserRolePermissions
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class PolicyBaseserializer - the serializerjson - the JSON object to set this object to