TaskSpecContainerSpecPrivilegesSeccomp

@Serializable
data class TaskSpecContainerSpecPrivilegesSeccomp(val mode: TaskSpecContainerSpecPrivilegesSeccomp.Mode? = null, val profile: String? = null)

Options for configuring seccomp on the container

Parameters

mode
profile

The custom seccomp profile as a json object

Constructors

Link copied to clipboard
constructor(mode: TaskSpecContainerSpecPrivilegesSeccomp.Mode? = null, profile: String? = null)

Types

Link copied to clipboard

Values: DEFAULT,UNCONFINED,CUSTOM

Properties

Link copied to clipboard
@SerialName(value = "Mode")
val mode: TaskSpecContainerSpecPrivilegesSeccomp.Mode?
Link copied to clipboard
@SerialName(value = "Profile")
val profile: String?