Show / Hide Table of Contents

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 Source

Disable

Disable SELinux

Declaration
public readonly bool? Disable
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Level

SELinux level label

Declaration
public readonly string Level
Field Value
Type Description
System.String
View Source

Role

SELinux role label

Declaration
public readonly string Role
Field Value
Type Description
System.String
View Source

Type

SELinux type label

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

User

The user inside the container.

Declaration
public readonly string User
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.