You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/secret/v1beta1/secret_sdk.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -902,8 +902,8 @@ type ListSecretsRequest struct {
902
902
// Default value: unknown_type
903
903
TypeSecretType`json:"-"`
904
904
905
-
// ScheduledForDeletion: filter by whether the secret was scheduled for deletion / not scheduled for deletion (optional).
906
-
ScheduledForDeletion*bool`json:"-"`
905
+
// ScheduledForDeletion: filter by whether the secret was scheduled for deletion / not scheduled for deletion. By default, it will display only not scheduled for deletion secrets.
0 commit comments