SeccompProfileV1.Type Property 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property Type As StringProperty Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute