Cloud SQL Admin API (sqladmin:v1beta4)

2022-06-30

1 new method

Additions

    Methods
  • sql.users.get

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

      Parameters :

        project

          Required : Yes

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

          Location : path

          Type : string

        name

          Required : Yes

          Location : path

          Type : string

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

        instance

          Type : string

          Required : Yes

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

          Location : path

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/sqlservice.admin
    • Description : Retrieves a resource containing information about a user.

      HTTP Method : GET

      Path : sql/v1beta4/projects/{project}/instances/{instance}/users/{name}

      Parameter Order :

    • project
    • instance
    • name