Reference documentation and code samples for the Cloud Security Compliance V1 API module Google::Cloud::CloudSecurityCompliance::V1::Config::Paths.
Path helper methods for the Config API.
Included In
Methods
#cloud_control_path
def cloud_control_path(organization:, location:, cloud_control:) -> ::String
def cloud_control_path(project:, location:, cloud_control:) -> ::StringCreate a fully-qualified CloudControl resource string.
def cloud_control_path(organization:, location:, cloud_control:) -> ::String
organizations/{organization}/locations/{location}/cloudControls/{cloud_control}
- organization (String)
- location (String)
- cloud_control (String)
def cloud_control_path(project:, location:, cloud_control:) -> ::String
projects/{project}/locations/{location}/cloudControls/{cloud_control}
- project (String)
- location (String)
- cloud_control (String)
- (::String)
- (::ArgumentError)
#framework_path
def framework_path(organization:, location:, framework:) -> ::String
def framework_path(project:, location:, framework:) -> ::StringCreate a fully-qualified Framework resource string.
def framework_path(organization:, location:, framework:) -> ::String
organizations/{organization}/locations/{location}/frameworks/{framework}
- organization (String)
- location (String)
- framework (String)
def framework_path(project:, location:, framework:) -> ::String
projects/{project}/locations/{location}/frameworks/{framework}
- project (String)
- location (String)
- framework (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#organization_location_path
def organization_location_path(organization:, location:) -> ::StringCreate a fully-qualified OrganizationLocation resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)