We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd66551 commit 22483bfCopy full SHA for 22483bf
api/secret/v1beta1/secret_sdk.go
@@ -175,6 +175,7 @@ type Product string
175
const (
176
ProductUnknownProduct = Product("unknown_product")
177
ProductEdgeServices = Product("edge_services")
178
+ ProductS2sVpn = Product("s2s_vpn")
179
)
180
181
func (enum Product) String() string {
@@ -189,6 +190,7 @@ func (enum Product) Values() []Product {
189
190
return []Product{
191
"unknown_product",
192
"edge_services",
193
+ "s2s_vpn",
194
}
195
196
0 commit comments