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 4f4db14 commit 29ffba8Copy full SHA for 29ffba8
packages/clients/src/api/secret/v1alpha1/types.gen.ts
@@ -14,10 +14,7 @@ export type Product = 'unknown'
14
15
export type SecretStatus = 'ready' | 'locked'
16
17
-export type SecretType =
18
- | 'unknown_secret_type'
19
- | 'opaque'
20
- | 'network_edge_certificate'
+export type SecretType = 'unknown_secret_type' | 'opaque' | 'certificate'
21
22
export type SecretVersionStatus =
23
| 'unknown'
0 commit comments