Class AuthenticationStrengthPolicyRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<AuthenticationStrengthPolicy>
com.microsoft.graph.requests.AuthenticationStrengthPolicyRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

public class AuthenticationStrengthPolicyRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<AuthenticationStrengthPolicy>
The class for the Authentication Strength Policy Request Builder.
  • Constructor Details

    • AuthenticationStrengthPolicyRequestBuilder

      public AuthenticationStrengthPolicyRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for the AuthenticationStrengthPolicy
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details