Show / Hide Table of Contents

Class ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs
Inherited Members
ResourceArgs.Empty
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 Source

ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs()

Declaration
public ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextArgs()

Properties

View Source

Disable

Disable SELinux

Declaration
public Input<bool> Disable { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Level

SELinux level label

Declaration
public Input<string> Level { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Role

SELinux role label

Declaration
public Input<string> Role { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

SELinux type label

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

User

The user inside the container.

Declaration
public Input<string> User { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.