Secret Manager doesn't tell me which parameters are required #689
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Looking at this ol favorite:
Looking at the
listSecrets
method, I see it takes an options bag. Great! I dig deeper:Ok, fine, what does
IListSecretsRequest
look like:This has 2 separate problems:
I have no idea which of these parameters are required. I know that when I ran my code without it, I got an exception for not passing a
parent
:)I have no idea what any of these properties mean (I mean I do, but a mortal wouldn't). Aren't there better descriptions somewhere for these properties in the protos?
The text was updated successfully, but these errors were encountered: