Kubernetes(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Kubernetes related attributes.
Attributes | |
---|---|
Name | Description |
pods |
MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.Pod]
Kubernetes Pods associated with the finding. This field will contain Pod records for each container that is owned by a Pod. |
nodes |
MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.Node]
Provides Kubernetes Node information. |
node_pools |
MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.NodePool]
GKE Node Pools associated with the finding. This field will contain NodePool information for each Node, when it is available. |
roles |
MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.Role]
Provides Kubernetes role information for findings that involve Roles or ClusterRoles. |
bindings |
MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.Binding]
Provides Kubernetes role binding information for findings that involve RoleBindings or ClusterRoleBindings. |
access_reviews |
MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.AccessReview]
Provides information on any Kubernetes access reviews (i.e. privilege checks) relevant to the finding. |
Classes
AccessReview
AccessReview(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Conveys information about a Kubernetes access review (e.g. kubectl auth can-i ...) that was involved in a finding.
Binding
Binding(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a Kubernetes RoleBinding or ClusterRoleBinding.
Node
Node(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Kubernetes Nodes associated with the finding.
NodePool
NodePool(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Provides GKE Node Pool information.
Pod
Pod(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Kubernetes Pod.
Role
Role(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Kubernetes Role or ClusterRole.
Subject
Subject(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a Kubernetes Subject.