Package com.microsoft.graph.models
Class ConditionalAccessSessionControls
java.lang.Object
com.microsoft.graph.models.ConditionalAccessSessionControls
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ConditionalAccessSessionControls
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Conditional Access Session Controls.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Application Enforced Restrictions.The Cloud App Security.the OData type of the object as returned by the serviceThe Persistent Browser.The Sign In Frequency. -
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 -
applicationEnforcedRestrictions
@SerializedName(value="applicationEnforcedRestrictions", alternate="ApplicationEnforcedRestrictions") @Expose @Nullable public ApplicationEnforcedRestrictionsSessionControl applicationEnforcedRestrictionsThe Application Enforced Restrictions. Session control to enforce application restrictions. Only Exchange Online and Sharepoint Online support this session control. -
cloudAppSecurity
@SerializedName(value="cloudAppSecurity", alternate="CloudAppSecurity") @Expose @Nullable public CloudAppSecuritySessionControl cloudAppSecurityThe Cloud App Security. Session control to apply cloud app security. -
persistentBrowser
@SerializedName(value="persistentBrowser", alternate="PersistentBrowser") @Expose @Nullable public PersistentBrowserSessionControl persistentBrowserThe Persistent Browser. Session control to define whether to persist cookies or not. All apps should be selected for this session control to work correctly. -
signInFrequency
@SerializedName(value="signInFrequency", alternate="SignInFrequency") @Expose @Nullable public SignInFrequencySessionControl signInFrequencyThe Sign In Frequency. Session control to enforce signin frequency.
-
-
Constructor Details
-
ConditionalAccessSessionControls
public ConditionalAccessSessionControls()
-
-
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
-