Skip to content
Docs Try Aspire

SeLinuxOptionsV1 Properties

Class Properties 4 members
Represents the SELinux options that are applied to a container or pod in Kubernetes.
Gets or sets the SELinux level for the policy. This property specifies the SELinux level to apply.
public string Level { get; set; }
Gets or sets the SELinux role for the resource. This property represents the SELinux role element, which is part of the SELinux security policy used to define fine-grained access control.
public string Role { get; set; }
Gets or sets the SELinux type associated with the SELinuxOptions. This property specifies the SELinux type of the object. It is a security attribute used to define the security policy for a resource.
public string Type { get; set; }
Gets or sets the SELinux user associated with the security context. The SELinux user is a required field and specifies the security user policy applied to the container or process.
public string User { get; set; }