File: //lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/privateca/resources.yaml
project:
name: project
collection: privateca.projects
attributes:
- &project
parameter_name: projectsId
attribute_name: project
help: The project ID.
property: core/project
disable_auto_completers: true
location:
name: location
collection: privateca.projects.locations
attributes:
- *project
- &location
parameter_name: locationsId
attribute_name: location
help: The location of the {resource}.
property: privateca/location
disable_auto_completers: true
certificate_authority:
name: Certificate Authority
collection: privateca.projects.locations.certificateAuthorities
request_id_field: certificateAuthority.name
attributes:
- *project
- *location
- &certificate_authority
parameter_name: certificateAuthoritiesId
attribute_name: certificate_authority
help: The ID of the certificate authority.
disable_auto_completers: true
certificate:
name: CERTIFICATE
collection: privateca.projects.locations.certificateAuthorities.certificates
request_id_field: certificate.name
attributes:
- *project
- &issuer_location
parameter_name: locationsId
attribute_name: issuer-location
help: The location of the {resource}.
property: privateca/location
- &issuer
parameter_name: certificateAuthoritiesId
attribute_name: issuer
help: The ID of the issuing certificate authority.
- &certificate
parameter_name: certificatesId
attribute_name: certificate
help: The ID of the certificate.
disable_auto_completers: true