Class Fido2KeyRestrictions

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

public class Fido2KeyRestrictions extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Fido2Key Restrictions.
  • Field Details

    • oDataType

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

      @SerializedName(value="aaGuids", alternate="AaGuids") @Expose @Nullable public List<String> aaGuids
      The Aa Guids. A collection of Authenticator Attestation GUIDs. AADGUIDs define key types and manufacturers.
    • enforcementType

      @SerializedName(value="enforcementType", alternate="EnforcementType") @Expose @Nullable public Fido2RestrictionEnforcementType enforcementType
      The Enforcement Type. Enforcement type. Possible values are: allow, block.
    • isEnforced

      @SerializedName(value="isEnforced", alternate="IsEnforced") @Expose @Nullable public Boolean isEnforced
      The Is Enforced. Determines if the configured key enforcement is enabled.
  • Constructor Details

    • Fido2KeyRestrictions

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