Class UpdateAllowedCombinationsResult

java.lang.Object
com.microsoft.graph.models.UpdateAllowedCombinationsResult
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UpdateAllowedCombinationsResult extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Update Allowed Combinations Result.
  • Field Details

    • oDataType

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

      @SerializedName(value="additionalInformation", alternate="AdditionalInformation") @Expose @Nullable public String additionalInformation
      The Additional Information. Information about why the updateAllowedCombinations action was successful or failed.
    • conditionalAccessReferences

      @SerializedName(value="conditionalAccessReferences", alternate="ConditionalAccessReferences") @Expose @Nullable public List<String> conditionalAccessReferences
      The Conditional Access References. References to existing Conditional Access policies that use this authentication strength.
    • currentCombinations

      @SerializedName(value="currentCombinations", alternate="CurrentCombinations") @Expose @Nullable public List<EnumSet<AuthenticationMethodModes>> currentCombinations
      The Current Combinations. The list of current authentication method combinations allowed by the authentication strength.
    • previousCombinations

      @SerializedName(value="previousCombinations", alternate="PreviousCombinations") @Expose @Nullable public List<EnumSet<AuthenticationMethodModes>> previousCombinations
      The Previous Combinations. The list of former authentication method combinations allowed by the authentication strength before they were updated through the updateAllowedCombinations action.
  • Constructor Details

    • UpdateAllowedCombinationsResult

      public UpdateAllowedCombinationsResult()
  • 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