Class AAGUIDGroupObject

java.lang.Object
com.okta.sdk.resource.model.AAGUIDGroupObject
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class AAGUIDGroupObject extends Object implements Serializable
<x-lifecycle class=\"ea\"></x-lifecycle> The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature. Enable the feature for your org from the **Settings** > **Features** page in the Admin Console. This feature has several limitations when enrolling a security key: - Enrollment is currently unsupported on Firefox. - Enrollment is currently unsupported on Chrome if User Verification is set to DISCOURAGED and a PIN is set on the security key. - If prompted during enrollment, users must allow Okta to see the make and model of the security key.
See Also:
  • Field Details

  • Constructor Details

    • AAGUIDGroupObject

      public AAGUIDGroupObject()
  • Method Details

    • aaguids

      public AAGUIDGroupObject aaguids(List<String> aaguids)
    • addaaguidsItem

      public AAGUIDGroupObject addaaguidsItem(String aaguidsItem)
    • getAaguids

      @Nullable public List<String> getAaguids()
      A list of YubiKey hardware FIDO2 Authenticator Attestation Global Unique Identifiers (AAGUIDs). The available [AAGUIDs](https://support.yubico.com/hc/en-us/articles/360016648959-YubiKey-Hardware-FIDO2-AAGUIDs) (opens new window) are provided by the FIDO Alliance Metadata Service.
      Returns:
      aaguids
    • setAaguids

      public void setAaguids(List<String> aaguids)
    • name

      public AAGUIDGroupObject name(String name)
    • getName

      @Nullable public String getName()
      A name to identify the group of YubiKey hardware FIDO2 AAGUIDs
      Returns:
      name
    • setName

      public void setName(String name)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object