Class ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs
Inheritance
System.Object
ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs()
Declaration
public ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs()
Properties
View SourceDisable
Disable SELinux
Declaration
public Input<bool> Disable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Level
SELinux level label
Declaration
public Input<string> Level { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
SELinux role label
Declaration
public Input<string> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
SELinux type label
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
User
The user inside the container.
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |