Secret
Handle
interface Secret { external: boolean; file: string; labels: Dict<string,string>; name: string;}8 members
Properties
property
externalbooleanget · setIndicates whether the secret is managed externally. If set to true, the secret must already exist, as it will not be created or modified.
property
filestringget · setRepresents the file path associated with the secret. This specifies the location of the file on the host system that will be used as the source for the secret in the container.
property
labelsDict<string,string>get · setGets or sets a collection of key-value pairs representing metadata or additional information associated with the secret. These labels can be used for categorization, identification, or other purposes as determined by the user.
property
namestringget · setGets or sets the name of the secret in the Docker Compose configuration.