GKE Hub V1 API - Class Google::Cloud::GkeHub::V1::CreateScopeRBACRoleBindingRequest (v2.5.0)

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
Returns
  • (::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
Parameter
  • value (::String) — Required. The parent (project and location) where the RBACRoleBinding will be created. Specified in the format projects/*/locations/*/scopes/*.
Returns
  • (::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
Returns

#rbacrolebinding=

def rbacrolebinding=(value) -> ::Google::Cloud::GkeHub::V1::RBACRoleBinding
Parameter
Returns

#rbacrolebinding_id

def rbacrolebinding_id() -> ::String
Returns
  • (::String) — Required. Client chosen ID for the RBACRoleBinding. rbacrolebinding_id 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.

#rbacrolebinding_id=

def rbacrolebinding_id=(value) -> ::String
Parameter
  • value (::String) — Required. Client chosen ID for the RBACRoleBinding. rbacrolebinding_id 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.

Returns
  • (::String) — Required. Client chosen ID for the RBACRoleBinding. rbacrolebinding_id 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.