Security Center Management V1 API - Module Google::Cloud::SecurityCenterManagement::V1::SecurityCenterManagement::Paths (v0.2.1)

Reference documentation and code samples for the Security Center Management V1 API module Google::Cloud::SecurityCenterManagement::V1::SecurityCenterManagement::Paths.

Path helper methods for the SecurityCenterManagement API.

Methods

#effective_event_threat_detection_custom_module_path

def effective_event_threat_detection_custom_module_path(organization:, location:, effective_event_threat_detection_custom_module:) -> ::String
def effective_event_threat_detection_custom_module_path(project:, location:, effective_event_threat_detection_custom_module:) -> ::String
def effective_event_threat_detection_custom_module_path(folder:, location:, effective_event_threat_detection_custom_module:) -> ::String

Create a fully-qualified EffectiveEventThreatDetectionCustomModule resource string.

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

organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}

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

projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}

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

folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}

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

#effective_security_health_analytics_custom_module_path

def effective_security_health_analytics_custom_module_path(organization:, location:, effective_security_health_analytics_custom_module:) -> ::String
def effective_security_health_analytics_custom_module_path(project:, location:, effective_security_health_analytics_custom_module:) -> ::String
def effective_security_health_analytics_custom_module_path(folder:, location:, effective_security_health_analytics_custom_module:) -> ::String

Create a fully-qualified EffectiveSecurityHealthAnalyticsCustomModule resource string.

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

organizations/{organization}/locations/{location}/effectiveSecurityHealthAnalyticsCustomModules/{effective_security_health_analytics_custom_module}

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

projects/{project}/locations/{location}/effectiveSecurityHealthAnalyticsCustomModules/{effective_security_health_analytics_custom_module}

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

folders/{folder}/locations/{location}/effectiveSecurityHealthAnalyticsCustomModules/{effective_security_health_analytics_custom_module}

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

#event_threat_detection_custom_module_path

def event_threat_detection_custom_module_path(organization:, location:, event_threat_detection_custom_module:) -> ::String
def event_threat_detection_custom_module_path(project:, location:, event_threat_detection_custom_module:) -> ::String
def event_threat_detection_custom_module_path(folder:, location:, event_threat_detection_custom_module:) -> ::String

Create a fully-qualified EventThreatDetectionCustomModule resource string.

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

organizations/{organization}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}

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

projects/{project}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}

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

folders/{folder}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}

Parameters
  • folder (String)
  • location (String)
  • event_threat_detection_custom_module (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)

#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)

#security_center_service_path

def security_center_service_path(project:, location:, service:) -> ::String
def security_center_service_path(folder:, location:, service:) -> ::String
def security_center_service_path(organization:, location:, service:) -> ::String

Create a fully-qualified SecurityCenterService resource string.

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

projects/{project}/locations/{location}/securityCenterServices/{service}

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

folders/{folder}/locations/{location}/securityCenterServices/{service}

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

organizations/{organization}/locations/{location}/securityCenterServices/{service}

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

#security_health_analytics_custom_module_path

def security_health_analytics_custom_module_path(organization:, location:, security_health_analytics_custom_module:) -> ::String
def security_health_analytics_custom_module_path(project:, location:, security_health_analytics_custom_module:) -> ::String
def security_health_analytics_custom_module_path(folder:, location:, security_health_analytics_custom_module:) -> ::String

Create a fully-qualified SecurityHealthAnalyticsCustomModule resource string.

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

organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}

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

projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}

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

folders/{folder}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}

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