updateSAMLAppConfig method

ResponseFuture<UpdateSAMLAppConfigResponse> updateSAMLAppConfig(
  1. UpdateSAMLAppConfigRequest request, {
  2. CallOptions? options,
})

Update SAML Application Config

Deprecated: Use PatchApplication instead to update the config of a SAML app.

Update the SAML specific configuration of an application.

Implementation

$grpc.ResponseFuture<$0.UpdateSAMLAppConfigResponse> updateSAMLAppConfig(
  $0.UpdateSAMLAppConfigRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateSAMLAppConfig, request, options: options);
}