Class Binding (1.31.0)

Binding(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a Kubernetes RoleBinding or ClusterRoleBinding.

Attributes

NameDescription
ns str
Namespace for the binding.
name str
Name for the binding.
role google.cloud.securitycenter_v2.types.Kubernetes.Role
The Role or ClusterRole referenced by the binding.
subjects MutableSequence[google.cloud.securitycenter_v2.types.Kubernetes.Subject]
Represents one or more subjects that are bound to the role. Not always available for PATCH requests.