createApplication method

ResponseFuture<CreateApplicationResponse> createApplication(
  1. CreateApplicationRequest request, {
  2. CallOptions? options,
})

Create Application

Create an application. The application can be OIDC, API or SAML type, based on the input.

Required permissions:

  • project.app.write

Implementation

$grpc.ResponseFuture<$0.CreateApplicationResponse> createApplication(
  $0.CreateApplicationRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createApplication, request, options: options);
}