Show / Hide Table of Contents

Class ServiceTaskSpecContainerSpecPrivilegesGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceTaskSpecContainerSpecPrivilegesGetArgs
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 ServiceTaskSpecContainerSpecPrivilegesGetArgs : ResourceArgs

Constructors

View Source

ServiceTaskSpecContainerSpecPrivilegesGetArgs()

Declaration
public ServiceTaskSpecContainerSpecPrivilegesGetArgs()

Properties

View Source

CredentialSpec

For managed service account (Windows only)

Declaration
public Input<ServiceTaskSpecContainerSpecPrivilegesCredentialSpecGetArgs> CredentialSpec { get; set; }
Property Value
Type Description
Input<ServiceTaskSpecContainerSpecPrivilegesCredentialSpecGetArgs>
View Source

SeLinuxContext

SELinux labels of the container

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