HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
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_template:
  name: Certificate Template
  collection: privateca.projects.locations.certificateTemplates
  request_id_field: certificate_template.name
  attributes:
  - *project
  - *location
  - &certificate_template
    parameter_name: certificateTemplatesId
    attribute_name: certificate_template
    help: The ID of the certificate template.
  disable_auto_completers: true

ca_pool:
  name: CA Pool
  collection: privateca.projects.locations.caPools
  request_id_field: caPool.name
  attributes:
  - *project
  - *location
  - &ca_pool
    parameter_name: caPoolsId
    attribute_name: pool
    help: The ID of the CA Pool.
  disable_auto_completers: true

cert_authority:
  name: CERTIFICATE_AUTHORITY
  collection: privateca.projects.locations.caPools.certificateAuthorities
  request_id_field: certificateAuthority.name
  attributes:
  - *project
  - *location
  - *ca_pool
  - &cert_authority
    parameter_name: certificateAuthoritiesId
    attribute_name: certificate_authority
    help: The ID of the certificate authority.
  disable_auto_completers: true

cert:
  name: CERTIFICATE
  collection: privateca.projects.locations.caPools.certificates
  request_id_field: certificate.name
  attributes:
  - *project
  - &cert_issuer_location
    parameter_name: locationsId
    attribute_name: issuer-location
    help: The location of the {resource}.
    property: privateca/location
  - &issuer_pool
    parameter_name: caPoolsId
    attribute_name: issuer-pool
    help: The ID of the issuing CA Pool.
  - &cert
    parameter_name: certificatesId
    attribute_name: certificate
    help: The ID of the certificate.
  disable_auto_completers: true