- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
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 |
Required. The parent (project and location) where the RBACRoleBinding will be created. Specified in the format Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
rbacrolebindingId |
Required. Client chosen ID for the RBACRoleBinding.
Which can be expressed as the regex: |
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 |
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.