We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cccb2 commit eabe16aCopy full SHA for eabe16a
internal/api/secrets.go
@@ -17,6 +17,7 @@ type Secret struct {
17
CreatedAt string `json:"createdAt"`
18
TypeLabel string `json:"typeLabel,omitempty"`
19
Preview string `json:"preview,omitempty"`
20
+ Warning string `json:"warning,omitempty"`
21
}
22
23
// InjectionConfig describes how a secret is injected into requests.
0 commit comments