Share via


SeccompProfileV1.Type Property

Definition

Gets or sets the type of the seccomp profile. This property specifies the seccomp profile type, which determines the level of security applied to the container process. Acceptable values for this property may include "RuntimeDefault", "Localhost", or other predefined types depending on the configuration.

[YamlDotNet.Serialization.YamlMember(Alias="type")]
public string Type { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="type")>]
member this.Type : string with get, set
Public Property Type As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to