Uses of Class
odata.msgraph.client.beta.complex.AuthenticationStrength
-
Packages that use AuthenticationStrength Package Description odata.msgraph.client.beta.complex -
-
Uses of AuthenticationStrength in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AuthenticationStrength Modifier and Type Field Description protected AuthenticationStrengthAppliedConditionalAccessPolicy. authenticationStrengthMethods in odata.msgraph.client.beta.complex that return AuthenticationStrength Modifier and Type Method Description AuthenticationStrengthAuthenticationStrength.Builder. build()AuthenticationStrengthAuthenticationStrength. withAuthenticationStrengthId(String authenticationStrengthId)AuthenticationStrengthAuthenticationStrength. withDisplayName(String displayName)AuthenticationStrengthAuthenticationStrength. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type AuthenticationStrength Modifier and Type Method Description Optional<AuthenticationStrength>AppliedConditionalAccessPolicy. getAuthenticationStrength()Methods in odata.msgraph.client.beta.complex with parameters of type AuthenticationStrength Modifier and Type Method Description AppliedConditionalAccessPolicy.BuilderAppliedConditionalAccessPolicy.Builder. authenticationStrength(AuthenticationStrength authenticationStrength)AppliedConditionalAccessPolicyAppliedConditionalAccessPolicy. withAuthenticationStrength(AuthenticationStrength authenticationStrength)
-