Show / Hide Table of Contents

Class ServiceTaskSpecContainerSpecSecretArgs

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

Constructors

View Source

ServiceTaskSpecContainerSpecSecretArgs()

Declaration
public ServiceTaskSpecContainerSpecSecretArgs()

Properties

View Source

FileGid

Represents the file GID. Defaults: 0

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

FileMode

Represents the FileMode of the file. Defaults: 0444

Declaration
public Input<int> FileMode { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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 Input<string> FileName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FileUid

Represents the file UID. Defaults: 0

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

SecretId

ConfigID represents the ID of the specific secret.

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

SecretName

The name of the secret that this references, but internally it is just provided for lookup/display purposes

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