Cloud Security Compliance V1 API - Module Google::Cloud::CloudSecurityCompliance::V1::Deployment::Paths (v0.1.0)

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}

Parameters
  • organization (String)
  • location (String)
  • cloud_control_deployment (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • organization (String)
  • location (String)
  • framework_deployment (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • organization (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)