Package com.microsoft.graph.models
Class ConditionalAccessApplications
java.lang.Object
com.microsoft.graph.models.ConditionalAccessApplications
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ConditionalAccessApplications
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Conditional Access Applications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Exclude Applications.The Include Applications.The Include Authentication Context Class References.The Include User Actions.the OData type of the object as returned by the service -
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 -
excludeApplications
@SerializedName(value="excludeApplications", alternate="ExcludeApplications") @Expose @Nullable public List<String> excludeApplicationsThe Exclude Applications. Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Conditional Access target apps: Office 365 -
includeApplications
@SerializedName(value="includeApplications", alternate="IncludeApplications") @Expose @Nullable public List<String> includeApplicationsThe Include Applications. Can be one of the following: The list of client IDs (appId) the policy applies to, unless explicitly excluded (in excludeApplications) All Office365 - For the list of apps included in Office365, see Conditional Access target apps: Office 365 -
includeAuthenticationContextClassReferences
@SerializedName(value="includeAuthenticationContextClassReferences", alternate="IncludeAuthenticationContextClassReferences") @Expose @Nullable public List<String> includeAuthenticationContextClassReferencesThe Include Authentication Context Class References. -
includeUserActions
@SerializedName(value="includeUserActions", alternate="IncludeUserActions") @Expose @Nullable public List<String> includeUserActionsThe Include User Actions. User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice
-
-
Constructor Details
-
ConditionalAccessApplications
public ConditionalAccessApplications()
-
-
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
-