Reference documentation and code samples for the Ceritificate Authority Service V1 API module Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Paths.
Path helper methods for the CertificateAuthorityService API.
Methods
#ca_pool_path
def ca_pool_path(project:, location:, ca_pool:) -> ::String
Create a fully-qualified CaPool resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/caPools/{ca_pool}
- project (String)
- location (String)
- ca_pool (String)
- (::String)
- (::ArgumentError)
#certificate_authority_path
def certificate_authority_path(project:, location:, ca_pool:, certificate_authority:) -> ::String
Create a fully-qualified CertificateAuthority resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/caPools/{ca_pool}/certificateAuthorities/{certificate_authority}
- project (String)
- location (String)
- ca_pool (String)
- certificate_authority (String)
- (::String)
- (::ArgumentError)
#certificate_path
def certificate_path(project:, location:, ca_pool:, certificate:) -> ::String
Create a fully-qualified Certificate resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/caPools/{ca_pool}/certificates/{certificate}
- project (String)
- location (String)
- ca_pool (String)
- certificate (String)
- (::String)
- (::ArgumentError)
#certificate_revocation_list_path
def certificate_revocation_list_path(project:, location:, ca_pool:, certificate_authority:, certificate_revocation_list:) -> ::String
Create a fully-qualified CertificateRevocationList resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/caPools/{ca_pool}/certificateAuthorities/{certificate_authority}/certificateRevocationLists/{certificate_revocation_list}
- project (String)
- location (String)
- ca_pool (String)
- certificate_authority (String)
- certificate_revocation_list (String)
- (::String)
- (::ArgumentError)
#certificate_template_path
def certificate_template_path(project:, location:, certificate_template:) -> ::String
Create a fully-qualified CertificateTemplate resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/certificateTemplates/{certificate_template}
- project (String)
- location (String)
- certificate_template (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)