2022-09-14
▼ ▲ gkehub.projects.locations.memberships.validateCreate
HTTP Method : POST
Path : v1alpha/{+parent}/memberships:validateCreate
Parameters :
parent
Description : Required. The parent (project and location) where the Memberships will be created. Specified in the format `projects/*/locations/*`.
Location : path
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/memberships:validateCreate
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Description : ValidateCreateMembership is a preflight check for CreateMembership. It checks the following: 1. Caller has the required `gkehub.memberships.create` permission. 2. The membership_id is still available.