Cloud Security Compliance V1 API - Module Google::Cloud::CloudSecurityCompliance::V1::CmEnrollmentService::Paths (v0.2.0)

Reference documentation and code samples for the Cloud Security Compliance V1 API module Google::Cloud::CloudSecurityCompliance::V1::CmEnrollmentService::Paths.

Path helper methods for the CmEnrollmentService API.

Methods

#cm_enrollment_path

def cm_enrollment_path(organization:, location:) -> ::String
def cm_enrollment_path(project:, location:) -> ::String

Create a fully-qualified CmEnrollment resource string.

Overloads
def cm_enrollment_path(organization:, location:) -> ::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/cmEnrollment

Parameters
  • organization (String)
  • location (String)
def cm_enrollment_path(project:, location:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/cmEnrollment

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