Reference documentation and code samples for the Cloud Security Compliance V1 API module Google::Cloud::CloudSecurityCompliance::V1::Audit::Paths.
Path helper methods for the Audit API.
Included In
Methods
#framework_audit_path
def framework_audit_path(project:, location:, framework_audit:) -> ::String
def framework_audit_path(organization:, location:, framework_audit:) -> ::StringCreate a fully-qualified FrameworkAudit resource string.
def framework_audit_path(project:, location:, framework_audit:) -> ::String
projects/{project}/locations/{location}/frameworkAudits/{framework_audit}
- project (String)
- location (String)
- framework_audit (String)
def framework_audit_path(organization:, location:, framework_audit:) -> ::String
organizations/{organization}/locations/{location}/frameworkAudits/{framework_audit}
- organization (String)
- location (String)
- framework_audit (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)