Cloud SQL Admin API (sqladmin:v1)

2022-06-30

1 new method

Additions

    Methods
  • sql.users.get

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/sqlservice.admin
    • Parameter Order:

    • project
    • instance
    • name
    • Description: Retrieves a resource containing information about a user.

      Flat Path: v1/projects/{project}/instances/{instance}/users/{name}

      Path: v1/projects/{project}/instances/{instance}/users/{name}

      Parameters:

        instance

          Type: string

          Required: Yes

          Description: Database instance ID. This does not include the project ID.

          Location: path

        name

          Location: path

          Description: User of the instance. If the database user has a host, this is specified as {username}@{host} else as {username}.

          Required: Yes

          Type: string

        project

          Type: string

          Description: Project ID of the project that contains the instance.

          Required: Yes

          Location: path

      HTTP Method: GET