GKE Hub API (gkehub:v1alpha)

2024-02-15

1 new method

Additions

    Methods
  • gkehub.projects.locations.scopes.listPermitted

      Path : v1alpha/{+parent}/scopes:listPermitted

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes:listPermitted

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent (project and location) where the Scope will be listed. Specified in the format `projects/*/locations/*`.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. Token returned by previous call to `ListPermittedScopes` which specifies the position in the list from where to continue listing the resources.

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Lists permitted Scopes.