Uses of Enum
com.microsoft.graph.models.AttestationLevel
Packages that use AttestationLevel
-
Uses of AttestationLevel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AttestationLevelModifier and TypeMethodDescriptionstatic AttestationLevelFido2AuthenticationMethod.getAttestationLevel()Gets the attestationLevel property value.static AttestationLevelReturns 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.Methods in com.microsoft.graph.models with parameters of type AttestationLevelModifier and TypeMethodDescriptionvoidFido2AuthenticationMethod.setAttestationLevel(AttestationLevel value) Sets the attestationLevel property value.