updateSAMLProvider method
ResponseFuture<UpdateSAMLProviderResponse>
updateSAMLProvider(
- UpdateSAMLProviderRequest request, {
- 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);
}