Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::Kubernetes::Binding (v0.26.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Kubernetes::Binding.

Represents a Kubernetes RoleBinding or ClusterRoleBinding.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Name for binding.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name for binding.
Returns
  • (::String) — Name for binding.

#ns

def ns() -> ::String
Returns
  • (::String) — Namespace for binding.

#ns=

def ns=(value) -> ::String
Parameter
  • value (::String) — Namespace for binding.
Returns
  • (::String) — Namespace for binding.

#role

def role() -> ::Google::Cloud::SecurityCenter::V1::Kubernetes::Role
Returns

#role=

def role=(value) -> ::Google::Cloud::SecurityCenter::V1::Kubernetes::Role
Parameter
Returns

#subjects

def subjects() -> ::Array<::Google::Cloud::SecurityCenter::V1::Kubernetes::Subject>
Returns

#subjects=

def subjects=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::Kubernetes::Subject>
Parameter
Returns