Method: projects.locations.namespaces.rbacrolebindings.create

Creates a RBACRoleBinding.

HTTP request

POST https://gkehub.googleapis.com/v1beta/{parent=projects/*/locations/*/namespaces/*}/rbacrolebindings

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent (project and location) where the RBACRoleBinding will be created. Specified in the format projects/*/locations/*/namespaces/*.

Authorization requires the following IAM permission on the specified resource parent:

  • gkehub.rbacrolebindings.create

Query parameters

Parameters
rbacrolebindingId

string

Required. Client chosen ID for the RBACRoleBinding. rbacrolebindingId must be a valid RFC 1123 compliant DNS label:

  1. At most 63 characters in length
  2. It must consist of lower case alphanumeric characters or -
  3. It must start and end with an alphanumeric character

Which can be expressed as the regex: [a-z0-9]([-a-z0-9]*[a-z0-9])?, with a maximum length of 63 characters.

Request body

The request body contains an instance of RBACRoleBinding.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.