GKE Hub API (gkehub:v1)

2024-06-27

1 new method

Additions

    Methods
  • gkehub.projects.locations.memberships.rbacrolebindings.list

      Path: v1/{+parent}/rbacrolebindings

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/rbacrolebindings

      HTTP Method: GET

      Parameters:

        parent

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

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

          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 `ListMembershipRBACRoleBindings` 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 all Membership RBACRoleBindings.