Class ServiceTaskSpecContainerSpecPrivilegesSeLinuxContext
Inheritance
System.Object
ServiceTaskSpecContainerSpecPrivilegesSeLinuxContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Docker.Outputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceTaskSpecContainerSpecPrivilegesSeLinuxContext
Fields
View SourceDisable
Disable SELinux
Declaration
public readonly bool? Disable
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Level
SELinux level label
Declaration
public readonly string Level
Field Value
| Type | Description |
|---|---|
| System.String |
Role
SELinux role label
Declaration
public readonly string Role
Field Value
| Type | Description |
|---|---|
| System.String |
Type
SELinux type label
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
User
The user inside the container.
Declaration
public readonly string User
Field Value
| Type | Description |
|---|---|
| System.String |