From 7524fe7a0d9d8fc0630cfdf1237566dc67536937 Mon Sep 17 00:00:00 2001 From: Maxi Gimenez Date: Fri, 30 Aug 2024 14:12:45 +0100 Subject: [PATCH] feat: add Secret type [sc-21027] --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 527eec2..a2850ab 100644 --- a/types.go +++ b/types.go @@ -581,6 +581,7 @@ type EnvironmentVariable struct { Key string `json:"key,omitempty"` Value string `json:"value"` Locked bool `json:"locked"` + Secret bool `json:"secret"` } // PrivateLocationKey represents the keys that the private location has.