Uses of Class
com.microsoft.graph.models.AuthenticationStrengthPolicy
Packages that use AuthenticationStrengthPolicy
-
Uses of AuthenticationStrengthPolicy in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthenticationStrengthPolicyModifier and TypeMethodDescriptionstatic AuthenticationStrengthPolicyAuthenticationStrengthPolicy.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueConditionalAccessGrantControls.getAuthenticationStrength()Gets the authenticationStrength property value.Methods in com.microsoft.graph.models that return types with arguments of type AuthenticationStrengthPolicyModifier and TypeMethodDescriptionPolicyRoot.getAuthenticationStrengthPolicies()Gets the authenticationStrengthPolicies property value.AuthenticationStrengthRoot.getPolicies()Gets the policies property value.AuthenticationStrengthPolicyCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type AuthenticationStrengthPolicyModifier and TypeMethodDescriptionvoidConditionalAccessGrantControls.setAuthenticationStrength(AuthenticationStrengthPolicy value) Sets the authenticationStrength property value.Method parameters in com.microsoft.graph.models with type arguments of type AuthenticationStrengthPolicyModifier and TypeMethodDescriptionvoidPolicyRoot.setAuthenticationStrengthPolicies(List<AuthenticationStrengthPolicy> value) Sets the authenticationStrengthPolicies property value.voidAuthenticationStrengthRoot.setPolicies(List<AuthenticationStrengthPolicy> value) Sets the policies property value.voidAuthenticationStrengthPolicyCollectionResponse.setValue(List<AuthenticationStrengthPolicy> value) Sets the value property value.