Skip to content

Guardduty  >  Structures  >  KubernetesRoleBindingDetails

KubernetesRoleBindingDetails

Structure Class

KubernetesRoleBindingDetails dataclass

Contains information about the role binding that grants the permission defined in a Kubernetes role.

Attributes

kind class-attribute instance-attribute
kind: str | None = None

The kind of the role. For role binding, this value will be RoleBinding.

name class-attribute instance-attribute
name: str | None = None

The name of the RoleBinding.

role_ref_kind class-attribute instance-attribute
role_ref_kind: str | None = None

The type of the role being referenced. This could be either Role or ClusterRole.

role_ref_name class-attribute instance-attribute
role_ref_name: str | None = None

The name of the role being referenced. This must match the name of the Role or ClusterRole that you want to bind to.

uid class-attribute instance-attribute
uid: str | None = None

The unique identifier of the role binding.