File: //lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/secrets/resources.yaml
project:
name: project
collection: secretmanager.projects
attributes:
- &project
parameter_name: projectsId
attribute_name: project
help: The project ID.
property: core/project
disable_auto_completers: false
location:
name: location
collection: secretmanager.projects.locations
attributes:
- &location
parameter_name: locationsId
attribute_name: location
help: The location of the secret.
disable_auto_completers: false
secret:
name: secret
collection: secretmanager.projects.secrets
attributes:
- *project
- &secret
parameter_name: secretsId
attribute_name: secret
help: The ID of the secret.
completer: googlecloudsdk.command_lib.secrets.completers:SecretsCompleter
disable_auto_completers: false
version:
name: version
collection: secretmanager.projects.secrets.versions
attributes:
- *project
- *secret
- &version
parameter_name: versionsId
attribute_name: version
help: The numeric version.
disable_auto_completers: false