HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/current/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