updateAzureADProvider method

ResponseFuture<UpdateAzureADProviderResponse> updateAzureADProvider(
  1. UpdateAzureADProviderRequest request, {
  2. CallOptions? options,
})

Change an existing Azure AD identity provider in the organization

Implementation

$grpc.ResponseFuture<$0.UpdateAzureADProviderResponse> updateAzureADProvider(
  $0.UpdateAzureADProviderRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateAzureADProvider, request, options: options);
}