Class Fido2CombinationConfiguration

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Fido2CombinationConfiguration extends AuthenticationCombinationConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Fido2Combination Configuration.
  • Field Details

    • allowedAAGUIDs

      @SerializedName(value="allowedAAGUIDs", alternate="AllowedAAGUIDs") @Expose @Nullable public List<String> allowedAAGUIDs
      The Allowed AAGUIDs. A list of AAGUIDs allowed to be used as part of the specified authentication method combinations.
  • Constructor Details

    • Fido2CombinationConfiguration

      public Fido2CombinationConfiguration()
  • Method Details

    • 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
      Overrides:
      setRawObject in class AuthenticationCombinationConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to