Class AuthenticationStrengthPolicyUpdateAllowedCombinationsRequest

java.lang.Object
com.microsoft.graph.http.BaseRequest<UpdateAllowedCombinationsResult>
com.microsoft.graph.requests.AuthenticationStrengthPolicyUpdateAllowedCombinationsRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class AuthenticationStrengthPolicyUpdateAllowedCombinationsRequest extends com.microsoft.graph.http.BaseRequest<UpdateAllowedCombinationsResult>
The class for the Authentication Strength Policy Update Allowed Combinations Request.
  • Field Details

  • Constructor Details

    • AuthenticationStrengthPolicyUpdateAllowedCombinationsRequest

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