KMS Inventory V1 API - Module Google::Cloud::Kms::Inventory::V1::KeyTrackingService::Paths (v0.4.0)

Reference documentation and code samples for the KMS Inventory V1 API module Google::Cloud::Kms::Inventory::V1::KeyTrackingService::Paths.

Path helper methods for the KeyTrackingService API.

Methods

#organization_path

def organization_path(organization:) -> ::String

Create a fully-qualified Organization resource string.

The resource will be in the following format:

organizations/{organization}

Parameter
  • organization (String)
Returns
  • (::String)

#protected_resources_summary_path

def protected_resources_summary_path(project:, location:, key_ring:, crypto_key:) -> ::String
def protected_resources_summary_path(project:, location:, key_ring:, crypto_key:, crypto_key_version:) -> ::String

Create a fully-qualified ProtectedResourcesSummary resource string.

Overloads
def protected_resources_summary_path(project:, location:, key_ring:, crypto_key:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/protectedResourcesSummary

Parameters
  • project (String)
  • location (String)
  • key_ring (String)
  • crypto_key (String)
def protected_resources_summary_path(project:, location:, key_ring:, crypto_key:, crypto_key_version:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}/protectedResourcesSummary

Parameters
  • project (String)
  • location (String)
  • key_ring (String)
  • crypto_key (String)
  • crypto_key_version (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)