Uses of Class
odata.msgraph.client.complex.Fido2KeyRestrictions
-
Packages that use Fido2KeyRestrictions Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Fido2KeyRestrictions in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return Fido2KeyRestrictions Modifier and Type Method Description Fido2KeyRestrictionsFido2KeyRestrictions.Builder. build()Fido2KeyRestrictionsFido2KeyRestrictions. withEnforcementType(Fido2RestrictionEnforcementType enforcementType)Fido2KeyRestrictionsFido2KeyRestrictions. withIsEnforced(Boolean isEnforced)Fido2KeyRestrictionsFido2KeyRestrictions. withUnmappedField(String name, Object value) -
Uses of Fido2KeyRestrictions in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Fido2KeyRestrictions Modifier and Type Field Description protected Fido2KeyRestrictionsFido2AuthenticationMethodConfiguration. keyRestrictionsMethods in odata.msgraph.client.entity that return types with arguments of type Fido2KeyRestrictions Modifier and Type Method Description Optional<Fido2KeyRestrictions>Fido2AuthenticationMethodConfiguration. getKeyRestrictions()Methods in odata.msgraph.client.entity with parameters of type Fido2KeyRestrictions Modifier and Type Method Description Fido2AuthenticationMethodConfiguration.BuilderFido2AuthenticationMethodConfiguration.Builder. keyRestrictions(Fido2KeyRestrictions keyRestrictions)Fido2AuthenticationMethodConfigurationFido2AuthenticationMethodConfiguration. withKeyRestrictions(Fido2KeyRestrictions keyRestrictions)
-