Class ServiceTaskSpecContainerSpecPrivilegesGetArgs
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 ServiceTaskSpecContainerSpecPrivilegesGetArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecContainerSpecPrivilegesGetArgs()
Declaration
public ServiceTaskSpecContainerSpecPrivilegesGetArgs()
Properties
View SourceCredentialSpec
For managed service account (Windows only)
Declaration
public Input<ServiceTaskSpecContainerSpecPrivilegesCredentialSpecGetArgs> CredentialSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecContainerSpecPrivilegesCredentialSpecGetArgs> |
SeLinuxContext
SELinux labels of the container
Declaration
public Input<ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextGetArgs> SeLinuxContext { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecContainerSpecPrivilegesSeLinuxContextGetArgs> |