public class Fido2AuthenticationMethodConfiguration extends AuthenticationMethodConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
AuthenticationMethodTargetCollectionPage |
includeTargets
The Include Targets.
|
java.lang.Boolean |
isAttestationEnforced
The Is Attestation Enforced.
|
java.lang.Boolean |
isSelfServiceRegistrationAllowed
The Is Self Service Registration Allowed.
|
Fido2KeyRestrictions |
keyRestrictions
The Key Restrictions.
|
state| Constructor and Description |
|---|
Fido2AuthenticationMethodConfiguration() |
| 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="isAttestationEnforced",
alternate="IsAttestationEnforced")
@Expose
@Nullable
public java.lang.Boolean isAttestationEnforced
@SerializedName(value="isSelfServiceRegistrationAllowed",
alternate="IsSelfServiceRegistrationAllowed")
@Expose
@Nullable
public java.lang.Boolean isSelfServiceRegistrationAllowed
@SerializedName(value="keyRestrictions",
alternate="KeyRestrictions")
@Expose
@Nullable
public Fido2KeyRestrictions keyRestrictions
@SerializedName(value="includeTargets",
alternate="IncludeTargets")
@Expose
@Nullable
public AuthenticationMethodTargetCollectionPage includeTargets
public Fido2AuthenticationMethodConfiguration()
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 AuthenticationMethodConfigurationserializer - the serializerjson - the JSON object to set this object to