Class Binding (1.16.1)

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

Represents a Kubernetes RoleBinding or ClusterRoleBinding.

Attributes

NameDescription
ns str
Namespace for binding.
name str
Name for binding.
role google.cloud.securitycenter_v1.types.Kubernetes.Role
The Role or ClusterRole referenced by the binding.
subjects Sequence[google.cloud.securitycenter_v1.types.Kubernetes.Subject]
Represents the subjects(s) bound to the role. Not always available for PATCH requests.

Inheritance

builtins.object > proto.message.Message > Binding