updateSAMLProvider method

ResponseFuture<UpdateSAMLProviderResponse> updateSAMLProvider(
  1. UpdateSAMLProviderRequest request, {
  2. CallOptions? options,
})

Change an existing SAML identity provider on the instance

Implementation

$grpc.ResponseFuture<$0.UpdateSAMLProviderResponse> updateSAMLProvider(
  $0.UpdateSAMLProviderRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateSAMLProvider, request, options: options);
}