Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Additional Information.The Conditional Access References.The Current Combinations.the OData type of the object as returned by the serviceThe Previous Combinations. -
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 -
additionalInformation
@SerializedName(value="additionalInformation", alternate="AdditionalInformation") @Expose @Nullable public String additionalInformationThe Additional Information. Information about why the updateAllowedCombinations action was successful or failed. -
conditionalAccessReferences
@SerializedName(value="conditionalAccessReferences", alternate="ConditionalAccessReferences") @Expose @Nullable public List<String> conditionalAccessReferencesThe 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>> currentCombinationsThe 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>> previousCombinationsThe 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:
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
-