Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::CreateScopeRBACRoleBindingRequest.
Request to create a rbacrolebindings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String-
(::String) — Required. The parent (project and location) where the RBACRoleBinding will
be created. Specified in the format
projects/*/locations/*/scopes/*.
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The parent (project and location) where the RBACRoleBinding will
be created. Specified in the format
projects/*/locations/*/scopes/*.
-
(::String) — Required. The parent (project and location) where the RBACRoleBinding will
be created. Specified in the format
projects/*/locations/*/scopes/*.
#rbacrolebinding
def rbacrolebinding() -> ::Google::Cloud::GkeHub::V1::RBACRoleBinding- (::Google::Cloud::GkeHub::V1::RBACRoleBinding) — Required. The rbacrolebindings to create.
#rbacrolebinding=
def rbacrolebinding=(value) -> ::Google::Cloud::GkeHub::V1::RBACRoleBinding- value (::Google::Cloud::GkeHub::V1::RBACRoleBinding) — Required. The rbacrolebindings to create.
- (::Google::Cloud::GkeHub::V1::RBACRoleBinding) — Required. The rbacrolebindings to create.
#rbacrolebinding_id
def rbacrolebinding_id() -> ::String-
(::String) — Required. Client chosen ID for the RBACRoleBinding.
rbacrolebinding_idmust be a valid RFC 1123 compliant DNS label:- At most 63 characters in length
- It must consist of lower case alphanumeric characters or
- - 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.
#rbacrolebinding_id=
def rbacrolebinding_id=(value) -> ::String-
value (::String) — Required. Client chosen ID for the RBACRoleBinding.
rbacrolebinding_idmust be a valid RFC 1123 compliant DNS label:- At most 63 characters in length
- It must consist of lower case alphanumeric characters or
- - 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.
-
(::String) — Required. Client chosen ID for the RBACRoleBinding.
rbacrolebinding_idmust be a valid RFC 1123 compliant DNS label:- At most 63 characters in length
- It must consist of lower case alphanumeric characters or
- - 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.