Class ConditionalAccessApplications

java.lang.Object
com.microsoft.graph.models.ConditionalAccessApplications
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class ConditionalAccessApplications extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • ConditionalAccessApplications

      public ConditionalAccessApplications()
      Instantiates a new ConditionalAccessApplications and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static ConditionalAccessApplications createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a ConditionalAccessApplications
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getApplicationFilter

      @Nullable public ConditionalAccessFilter getApplicationFilter()
      Gets the applicationFilter property value. The applicationFilter property
      Returns:
      a ConditionalAccessFilter
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getExcludeApplications

      @Nullable public List<String> getExcludeApplications()
      Gets the excludeApplications property value. 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 Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals
      Returns:
      a List<String>
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getIncludeApplications

      @Nullable public List<String> getIncludeApplications()
      Gets the includeApplications property value. 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 Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals
      Returns:
      a List<String>
    • getIncludeAuthenticationContextClassReferences

      @Nullable public List<String> getIncludeAuthenticationContextClassReferences()
      Gets the includeAuthenticationContextClassReferences property value. The includeAuthenticationContextClassReferences property
      Returns:
      a List<String>
    • getIncludeUserActions

      @Nullable public List<String> getIncludeUserActions()
      Gets the includeUserActions property value. User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice
      Returns:
      a List<String>
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setApplicationFilter

      public void setApplicationFilter(@Nullable ConditionalAccessFilter value)
      Sets the applicationFilter property value. The applicationFilter property
      Parameters:
      value - Value to set for the applicationFilter property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setExcludeApplications

      public void setExcludeApplications(@Nullable List<String> value)
      Sets the excludeApplications property value. 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 Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals
      Parameters:
      value - Value to set for the excludeApplications property.
    • setIncludeApplications

      public void setIncludeApplications(@Nullable List<String> value)
      Sets the includeApplications property value. 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 Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals
      Parameters:
      value - Value to set for the includeApplications property.
    • setIncludeAuthenticationContextClassReferences

      public void setIncludeAuthenticationContextClassReferences(@Nullable List<String> value)
      Sets the includeAuthenticationContextClassReferences property value. The includeAuthenticationContextClassReferences property
      Parameters:
      value - Value to set for the includeAuthenticationContextClassReferences property.
    • setIncludeUserActions

      public void setIncludeUserActions(@Nullable List<String> value)
      Sets the includeUserActions property value. User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice
      Parameters:
      value - Value to set for the includeUserActions property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.