Uses of Class
odata.msgraph.client.beta.enums.AttestationLevel
-
Packages that use AttestationLevel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AttestationLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AttestationLevel Modifier and Type Field Description protected AttestationLevelFido2AuthenticationMethod. attestationLevelMethods in odata.msgraph.client.beta.entity that return types with arguments of type AttestationLevel Modifier and Type Method Description Optional<AttestationLevel>Fido2AuthenticationMethod. getAttestationLevel()Methods in odata.msgraph.client.beta.entity with parameters of type AttestationLevel Modifier and Type Method Description Fido2AuthenticationMethod.BuilderFido2AuthenticationMethod.Builder. attestationLevel(AttestationLevel attestationLevel)Fido2AuthenticationMethodFido2AuthenticationMethod. withAttestationLevel(AttestationLevel attestationLevel) -
Uses of AttestationLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AttestationLevel Modifier and Type Method Description static AttestationLevelAttestationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AttestationLevel[]AttestationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-