Type Alias GetVariableData
GetVariableData: {
decryptSecret?: boolean;
includeEncrypted?: boolean;
path: string;
workspace: string;
}
Type declaration
Optional
decryptSecret?: boolean
Optional
includeEncrypted?: boolean
path: string
workspace: string
ask to decrypt secret if this variable is secret (if not secret no effect, default: true)