Class ServiceSecret
Service secret.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServiceSecret
Properties
File
Secret file information.
Declaration
public ServiceFile File { get; set; }
Property Value
Type | Description |
---|---|
ServiceFile |
SecretID
The Docker secret ID.
Declaration
public string SecretID { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretName
The secret name.
Declaration
public string SecretName { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()