Audit Manager V1 API - Module Google::Cloud::AuditManager::V1::AuditManager::Paths (v0.1.0)

Reference documentation and code samples for the Audit Manager V1 API module Google::Cloud::AuditManager::V1::AuditManager::Paths.

Path helper methods for the AuditManager API.

Methods

#audit_report_path

def audit_report_path(project:, location:, audit_report:) -> ::String
def audit_report_path(folder:, location:, audit_report:) -> ::String

Create a fully-qualified AuditReport resource string.

Overloads
def audit_report_path(project:, location:, audit_report:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/auditReports/{audit_report}

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

folders/{folder}/locations/{location}/auditReports/{audit_report}

Parameters
  • folder (String)
  • location (String)
  • audit_report (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#enrollment_status_scope_path

def enrollment_status_scope_path(folder:, location:) -> ::String
def enrollment_status_scope_path(organization:, location:) -> ::String

Create a fully-qualified EnrollmentStatusScope resource string.

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

folders/{folder}/locations/{location}

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

organizations/{organization}/locations/{location}

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

#folder_location_path

def folder_location_path(folder:, location:) -> ::String

Create a fully-qualified FolderLocation resource string.

The resource will be in the following format:

folders/{folder}/locations/{location}

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

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

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

#resource_enrollment_status_path

def resource_enrollment_status_path(folder:, location:, resource_enrollment_status:) -> ::String
def resource_enrollment_status_path(project:, location:, resource_enrollment_status:) -> ::String
def resource_enrollment_status_path(organization:, location:, resource_enrollment_status:) -> ::String

Create a fully-qualified ResourceEnrollmentStatus resource string.

Overloads
def resource_enrollment_status_path(folder:, location:, resource_enrollment_status:) -> ::String
The resource will be in the following format:

folders/{folder}/locations/{location}/resourceEnrollmentStatuses/{resource_enrollment_status}

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

projects/{project}/locations/{location}/resourceEnrollmentStatuses/{resource_enrollment_status}

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

organizations/{organization}/locations/{location}/resourceEnrollmentStatuses/{resource_enrollment_status}

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

#standard_path

def standard_path(project:, location:, standard:) -> ::String
def standard_path(folder:, location:, standard:) -> ::String
def standard_path(organization:, location:, standard:) -> ::String

Create a fully-qualified Standard resource string.

Overloads
def standard_path(project:, location:, standard:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/standards/{standard}

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

folders/{folder}/locations/{location}/standards/{standard}

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

organizations/{organization}/locations/{location}/standards/{standard}

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