41 lines
813 B
YAML
41 lines
813 B
YAML
project:
|
|
name: project
|
|
collection: sqladmin.projects
|
|
attributes:
|
|
- &project
|
|
parameter_name: project
|
|
attribute_name: project
|
|
help: The project name.
|
|
|
|
instance:
|
|
name: instance
|
|
collection: sqladmin.instances
|
|
attributes:
|
|
- *project
|
|
- &instance
|
|
parameter_name: instance
|
|
attribute_name: instance
|
|
help: The instance name.
|
|
|
|
database:
|
|
name: database
|
|
collection: sqladmin.databases
|
|
attributes:
|
|
- *project
|
|
- *instance
|
|
- &database
|
|
parameter_name: database
|
|
attribute_name: database
|
|
help: The database name.
|
|
|
|
ssl_cert:
|
|
name: SSL certificates
|
|
collection: sqladmin.sslCerts
|
|
attributes:
|
|
- *project
|
|
- *instance
|
|
- &ssl_cert
|
|
parameter_name: sha1Fingerprint
|
|
attribute_name: common_name
|
|
help: 'User supplied name. Constrained to [a-zA-Z.-_ ]+.'
|