Package com.microsoft.graph.models
Class Fido2AuthenticationMethod
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AuthenticationMethod
com.microsoft.graph.models.Fido2AuthenticationMethod
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class Fido2AuthenticationMethod
extends AuthenticationMethod
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Fido2AuthenticationMethodcreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the aaGuid property value.Gets the attestationCertificates property value.Gets the attestationLevel property value.Gets the createdDateTime property value.Gets the displayName property value.The deserialization information for the current modelgetModel()Gets the model property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidSets the aaGuid property value.voidsetAttestationCertificates(List<String> value) Sets the attestationCertificates property value.voidSets the attestationLevel property value.voidsetCreatedDateTime(OffsetDateTime value) Sets the createdDateTime property value.voidsetDisplayName(String value) Sets the displayName property value.voidSets the model property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
Fido2AuthenticationMethod
public Fido2AuthenticationMethod()Instantiates a newFido2AuthenticationMethodand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static Fido2AuthenticationMethod createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
Fido2AuthenticationMethod
-
getAaGuid
Gets the aaGuid property value. Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.- Returns:
- a
String
-
getAttestationCertificates
Gets the attestationCertificates property value. The attestation certificate(s) attached to this security key. -
getAttestationLevel
Gets the attestationLevel property value. The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested.- Returns:
- a
AttestationLevel
-
getCreatedDateTime
Gets the createdDateTime property value. The timestamp when this key was registered to the user.- Returns:
- a
OffsetDateTime
-
getDisplayName
Gets the displayName property value. The display name of the key as given by the user.- Returns:
- a
String
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classAuthenticationMethod- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getModel
Gets the model property value. The manufacturer-assigned model of the FIDO2 security key.- Returns:
- a
String
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classAuthenticationMethod- Parameters:
writer- Serialization writer to use to serialize this model
-
setAaGuid
Sets the aaGuid property value. Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.- Parameters:
value- Value to set for the aaGuid property.
-
setAttestationCertificates
Sets the attestationCertificates property value. The attestation certificate(s) attached to this security key.- Parameters:
value- Value to set for the attestationCertificates property.
-
setAttestationLevel
Sets the attestationLevel property value. The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested.- Parameters:
value- Value to set for the attestationLevel property.
-
setCreatedDateTime
Sets the createdDateTime property value. The timestamp when this key was registered to the user.- Parameters:
value- Value to set for the createdDateTime property.
-
setDisplayName
Sets the displayName property value. The display name of the key as given by the user.- Parameters:
value- Value to set for the displayName property.
-
setModel
Sets the model property value. The manufacturer-assigned model of the FIDO2 security key.- Parameters:
value- Value to set for the model property.
-