Uses of Enum
com.microsoft.graph.models.AttestationEnforcement
Packages that use AttestationEnforcement
-
Uses of AttestationEnforcement in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AttestationEnforcementModifier and TypeMethodDescriptionstatic AttestationEnforcementPasskeyProfile.getAttestationEnforcement()Gets the attestationEnforcement property value.static AttestationEnforcementReturns the enum constant of this type with the specified name.static AttestationEnforcement[]AttestationEnforcement.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 AttestationEnforcementModifier and TypeMethodDescriptionvoidPasskeyProfile.setAttestationEnforcement(AttestationEnforcement value) Sets the attestationEnforcement property value.