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}
- organization (String)
- (::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.
def protected_resources_summary_path(project:, location:, key_ring:, crypto_key:) -> ::String
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/protectedResourcesSummary
- 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
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}/protectedResourcesSummary
- project (String)
- location (String)
- key_ring (String)
- crypto_key (String)
- crypto_key_version (String)
- (::String)
- (::ArgumentError)