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 c065a4e commit 9c1bc4cCopy full SHA for 9c1bc4c
api/audit_trail/v1alpha1/audit_trail_sdk.go
@@ -185,6 +185,8 @@ type KubernetesPoolInfo struct {
185
// SecretManagerSecretInfo: secret manager secret info.
186
type SecretManagerSecretInfo struct {
187
Path string `json:"path"`
188
+
189
+ KeyID *string `json:"key_id"`
190
}
191
192
// SecretManagerSecretVersionInfo: secret manager secret version info.
0 commit comments