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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • excludeApplications

      @SerializedName(value="excludeApplications", alternate="ExcludeApplications") @Expose @Nullable public List<String> excludeApplications
      The 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> includeApplications
      The 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> includeAuthenticationContextClassReferences
      The Include Authentication Context Class References.
    • includeUserActions

      @SerializedName(value="includeUserActions", alternate="IncludeUserActions") @Expose @Nullable public List<String> includeUserActions
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to