Skip to content
Docs Try Aspire
Docs Try

Secret

Handle
📦 Aspire.Hosting.Docker v13.3.0
interface Secret {
external: boolean;
file: string;
labels: Dict<string,string>;
name: string;
}

Properties

property external boolean get · set
Gets the External property
property file string get · set
Gets the File property
property labels Dict<string,string> get · set
Gets the Labels property
property name string get · set
Gets the Name property