Method: projects.locations.memberships.rbacrolebindings.generateMembershipRBACRoleBindingYAML

Generates a YAML of the RBAC policies for the specified RoleBinding and its associated impersonation resources.

HTTP request

POST https://gkehub.googleapis.com/v1alpha/{parent=projects/*/locations/*/memberships/*}/rbacrolebindings:generateMembershipRBACRoleBindingYAML

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/*/memberships/*.

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

  • gkehub.rbacrolebindings.get

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

Response for GenerateRBACRoleBindingYAML.

If successful, the response body contains data with the following structure:

JSON representation
{
  "roleBindingsYaml": string
}
Fields
roleBindingsYaml

string

a yaml text blob including the RBAC policies.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.