Binding(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a Kubernetes RoleBinding or ClusterRoleBinding.
Attributes | |
---|---|
Name | Description |
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. |