public class Fido2AuthenticationMethod extends AuthenticationMethod implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
aaGuid
The Aa Guid.
|
java.util.List<java.lang.String> |
attestationCertificates
The Attestation Certificates.
|
AttestationLevel |
attestationLevel
The Attestation Level.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.String |
model
The Model.
|
| Constructor and Description |
|---|
Fido2AuthenticationMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="aaGuid",
alternate="AaGuid")
@Expose
@Nullable
public java.lang.String aaGuid
@SerializedName(value="attestationCertificates",
alternate="AttestationCertificates")
@Expose
@Nullable
public java.util.List<java.lang.String> attestationCertificates
@SerializedName(value="attestationLevel",
alternate="AttestationLevel")
@Expose
@Nullable
public AttestationLevel attestationLevel
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="model",
alternate="Model")
@Expose
@Nullable
public java.lang.String model
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class AuthenticationMethodserializer - the serializerjson - the JSON object to set this object to