Reference documentation and code samples for the Cloud Security Compliance V1 API module Google::Cloud::CloudSecurityCompliance::V1::Deployment::Paths.
Path helper methods for the Deployment API.
Methods
#cloud_control_deployment_path
def cloud_control_deployment_path(organization:, location:, cloud_control_deployment:) -> ::String
Create a fully-qualified CloudControlDeployment resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment}
- organization (String)
- location (String)
- cloud_control_deployment (String)
- (::String)
- (::ArgumentError)
#framework_deployment_path
def framework_deployment_path(organization:, location:, framework_deployment:) -> ::String
Create a fully-qualified FrameworkDeployment resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment}
- organization (String)
- location (String)
- framework_deployment (String)
- (::String)
- (::ArgumentError)
#organization_location_path
def organization_location_path(organization:, location:) -> ::String
Create a fully-qualified OrganizationLocation resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)