Package com.okta.sdk.resource.model
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddaaguidsItem
(String aaguidsItem) boolean
A list of YubiKey hardware FIDO2 Authenticator Attestation Global Unique Identifiers (AAGUIDs).getName()
A name to identify the group of YubiKey hardware FIDO2 AAGUIDsint
hashCode()
void
setAaguids
(List<String> aaguids) void
toString()
-
Field Details
-
JSON_PROPERTY_AAGUIDS
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
AAGUIDGroupObject
public AAGUIDGroupObject()
-
-
Method Details
-
aaguids
-
addaaguidsItem
-
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
-
name
-
getName
A name to identify the group of YubiKey hardware FIDO2 AAGUIDs- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-