addSAMLApp method

ResponseFuture<AddSAMLAppResponse> addSAMLApp(
  1. AddSAMLAppRequest request, {
  2. CallOptions? options,
})

Create Application (SAML)

Deprecated: Use CreateApplication instead to create a SAML application.

Create a new SAML client. Returns an entity ID.

Implementation

$grpc.ResponseFuture<$0.AddSAMLAppResponse> addSAMLApp(
  $0.AddSAMLAppRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addSAMLApp, request, options: options);
}