Class ServiceTaskSpecContainerSpecSecret
Inheritance
System.Object
ServiceTaskSpecContainerSpecSecret
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 ServiceTaskSpecContainerSpecSecret
Fields
View SourceFileGid
Represents the file GID. Defaults: 0
Declaration
public readonly string FileGid
Field Value
| Type | Description |
|---|---|
| System.String |
FileMode
Represents the FileMode of the file. Defaults: 0444
Declaration
public readonly int? FileMode
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
FileName
Represents the final filename in the filesystem. The specific target file that the secret data is written within the docker container, e.g. /root/secret/secret.json
Declaration
public readonly string FileName
Field Value
| Type | Description |
|---|---|
| System.String |
FileUid
Represents the file UID. Defaults: 0
Declaration
public readonly string FileUid
Field Value
| Type | Description |
|---|---|
| System.String |
SecretId
ConfigID represents the ID of the specific secret.
Declaration
public readonly string SecretId
Field Value
| Type | Description |
|---|---|
| System.String |
SecretName
The name of the secret that this references, but internally it is just provided for lookup/display purposes
Declaration
public readonly string SecretName
Field Value
| Type | Description |
|---|---|
| System.String |