Package com.microsoft.graph.models
Class ConditionalAccessGrantControls
java.lang.Object
com.microsoft.graph.models.ConditionalAccessGrantControls
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ConditionalAccessGrantControls
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Conditional Access Grant Controls.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Built In Controls.The Custom Authentication Factors.the OData type of the object as returned by the serviceThe Operator.The Terms Of Use. -
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 -
builtInControls
@SerializedName(value="builtInControls", alternate="BuiltInControls") @Expose @Nullable public List<ConditionalAccessGrantControl> builtInControlsThe Built In Controls. List of values of built-in controls required by the policy. Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. -
customAuthenticationFactors
@SerializedName(value="customAuthenticationFactors", alternate="CustomAuthenticationFactors") @Expose @Nullable public List<String> customAuthenticationFactorsThe Custom Authentication Factors. List of custom controls IDs required by the policy. For more information, see Custom controls. -
operator
The Operator. Defines the relationship of the grant controls. Possible values: AND, OR. -
termsOfUse
@SerializedName(value="termsOfUse", alternate="TermsOfUse") @Expose @Nullable public List<String> termsOfUseThe Terms Of Use. List of terms of use IDs required by the policy.
-
-
Constructor Details
-
ConditionalAccessGrantControls
public ConditionalAccessGrantControls()
-
-
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
-