Connectors API (connectors:v1)

2024-09-06

1 new method

Additions

    Methods
  • connectors.projects.locations.providers.connectors.versions.fetchAuthSchema

      Path: v1/{+name}:fetchAuthSchema

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors/{connectorsId}/versions/{versionsId}:fetchAuthSchema

      HTTP Method: GET

      Parameters:

        name

          Description: Required. Parent resource of the Connector Version, of the form: `projects/*/locations/*/providers/*/connectors/*/versions/*`

          Pattern: ^projects/[^/]+/locations/[^/]+/providers/[^/]+/connectors/[^/]+/versions/[^/]+$

          Location: path

          Required: Yes

          Type: string

        view

          Description: Optional. View of the AuthSchema. The default value is BASIC.

          Location: query

          Type: string

          Enum Descriptions:

        • Default value.
        • Basic view of the AuthSchema.
        • JSON schema view of the AuthSchema.
        • Enum:

        • AUTH_SCHEMA_VIEW_UNSPECIFIED
        • BASIC
        • JSON_SCHEMA

      Parameter Order: name

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: fetch and return the list of auth config variables required to override the connection backend auth.