Uses of Class
com.microsoft.graph.models.Fido2KeyRestrictions
Packages that use Fido2KeyRestrictions
-
Uses of Fido2KeyRestrictions in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return Fido2KeyRestrictionsModifier and TypeMethodDescriptionstatic Fido2KeyRestrictionsFido2KeyRestrictions.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueFido2AuthenticationMethodConfiguration.getKeyRestrictions()Gets the keyRestrictions property value.PasskeyProfile.getKeyRestrictions()Gets the keyRestrictions property value.Methods in com.microsoft.graph.models with parameters of type Fido2KeyRestrictionsModifier and TypeMethodDescriptionvoidFido2AuthenticationMethodConfiguration.setKeyRestrictions(Fido2KeyRestrictions value) Sets the keyRestrictions property value.voidPasskeyProfile.setKeyRestrictions(Fido2KeyRestrictions value) Sets the keyRestrictions property value.