Reference documentation and code samples for the Cloud Security Command Center V1 API module Google::Cloud::SecurityCenter::V1::SecurityCenter::Paths.
Path helper methods for the SecurityCenter API.
Methods
#big_query_export_path
def big_query_export_path(organization:, export:) -> ::String
def big_query_export_path(folder:, export:) -> ::String
def big_query_export_path(project:, export:) -> ::String
Create a fully-qualified BigQueryExport resource string.
def big_query_export_path(organization:, export:) -> ::String
organizations/{organization}/bigQueryExports/{export}
- organization (String)
- export (String)
def big_query_export_path(folder:, export:) -> ::String
folders/{folder}/bigQueryExports/{export}
- folder (String)
- export (String)
def big_query_export_path(project:, export:) -> ::String
projects/{project}/bigQueryExports/{export}
- project (String)
- export (String)
- (::String)
- (::ArgumentError)
#dlp_job_path
def dlp_job_path(project:, dlp_job:) -> ::String
def dlp_job_path(project:, location:, dlp_job:) -> ::String
Create a fully-qualified DlpJob resource string.
def dlp_job_path(project:, dlp_job:) -> ::String
projects/{project}/dlpJobs/{dlp_job}
- project (String)
- dlp_job (String)
def dlp_job_path(project:, location:, dlp_job:) -> ::String
projects/{project}/locations/{location}/dlpJobs/{dlp_job}
- project (String)
- location (String)
- dlp_job (String)
- (::String)
- (::ArgumentError)
#effective_event_threat_detection_custom_module_path
def effective_event_threat_detection_custom_module_path(organization:, module_param:) -> ::String
def effective_event_threat_detection_custom_module_path(folder:, module_param:) -> ::String
def effective_event_threat_detection_custom_module_path(project:, module_param:) -> ::String
Create a fully-qualified EffectiveEventThreatDetectionCustomModule resource string.
def effective_event_threat_detection_custom_module_path(organization:, module_param:) -> ::String
organizations/{organization}/eventThreatDetectionSettings/effectiveCustomModules/{module_param}
- organization (String)
- module_param (String)
def effective_event_threat_detection_custom_module_path(folder:, module_param:) -> ::String
folders/{folder}/eventThreatDetectionSettings/effectiveCustomModules/{module_param}
- folder (String)
- module_param (String)
def effective_event_threat_detection_custom_module_path(project:, module_param:) -> ::String
projects/{project}/eventThreatDetectionSettings/effectiveCustomModules/{module_param}
- project (String)
- module_param (String)
- (::String)
- (::ArgumentError)
#effective_security_health_analytics_custom_module_path
def effective_security_health_analytics_custom_module_path(organization:, effective_custom_module:) -> ::String
def effective_security_health_analytics_custom_module_path(folder:, effective_custom_module:) -> ::String
def effective_security_health_analytics_custom_module_path(project:, effective_custom_module:) -> ::String
Create a fully-qualified EffectiveSecurityHealthAnalyticsCustomModule resource string.
def effective_security_health_analytics_custom_module_path(organization:, effective_custom_module:) -> ::String
organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}
- organization (String)
- effective_custom_module (String)
def effective_security_health_analytics_custom_module_path(folder:, effective_custom_module:) -> ::String
folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}
- folder (String)
- effective_custom_module (String)
def effective_security_health_analytics_custom_module_path(project:, effective_custom_module:) -> ::String
projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}
- project (String)
- effective_custom_module (String)
- (::String)
- (::ArgumentError)
#event_threat_detection_custom_module_path
def event_threat_detection_custom_module_path(organization:, module_param:) -> ::String
def event_threat_detection_custom_module_path(folder:, module_param:) -> ::String
def event_threat_detection_custom_module_path(project:, module_param:) -> ::String
Create a fully-qualified EventThreatDetectionCustomModule resource string.
def event_threat_detection_custom_module_path(organization:, module_param:) -> ::String
organizations/{organization}/eventThreatDetectionSettings/customModules/{module_param}
- organization (String)
- module_param (String)
def event_threat_detection_custom_module_path(folder:, module_param:) -> ::String
folders/{folder}/eventThreatDetectionSettings/customModules/{module_param}
- folder (String)
- module_param (String)
def event_threat_detection_custom_module_path(project:, module_param:) -> ::String
projects/{project}/eventThreatDetectionSettings/customModules/{module_param}
- project (String)
- module_param (String)
- (::String)
- (::ArgumentError)
#event_threat_detection_settings_path
def event_threat_detection_settings_path(organization:) -> ::String
def event_threat_detection_settings_path(folder:) -> ::String
def event_threat_detection_settings_path(project:) -> ::String
Create a fully-qualified EventThreatDetectionSettings resource string.
def event_threat_detection_settings_path(organization:) -> ::String
organizations/{organization}/eventThreatDetectionSettings
- organization (String)
def event_threat_detection_settings_path(folder:) -> ::String
folders/{folder}/eventThreatDetectionSettings
- folder (String)
def event_threat_detection_settings_path(project:) -> ::String
projects/{project}/eventThreatDetectionSettings
- project (String)
- (::String)
- (::ArgumentError)
#external_system_path
def external_system_path(organization:, source:, finding:, externalsystem:) -> ::String
def external_system_path(folder:, source:, finding:, externalsystem:) -> ::String
def external_system_path(project:, source:, finding:, externalsystem:) -> ::String
Create a fully-qualified ExternalSystem resource string.
def external_system_path(organization:, source:, finding:, externalsystem:) -> ::String
organizations/{organization}/sources/{source}/findings/{finding}/externalSystems/{externalsystem}
- organization (String)
- source (String)
- finding (String)
- externalsystem (String)
def external_system_path(folder:, source:, finding:, externalsystem:) -> ::String
folders/{folder}/sources/{source}/findings/{finding}/externalSystems/{externalsystem}
- folder (String)
- source (String)
- finding (String)
- externalsystem (String)
def external_system_path(project:, source:, finding:, externalsystem:) -> ::String
projects/{project}/sources/{source}/findings/{finding}/externalSystems/{externalsystem}
- project (String)
- source (String)
- finding (String)
- externalsystem (String)
- (::String)
- (::ArgumentError)
#finding_path
def finding_path(organization:, source:, finding:) -> ::String
def finding_path(folder:, source:, finding:) -> ::String
def finding_path(project:, source:, finding:) -> ::String
Create a fully-qualified Finding resource string.
def finding_path(organization:, source:, finding:) -> ::String
organizations/{organization}/sources/{source}/findings/{finding}
- organization (String)
- source (String)
- finding (String)
def finding_path(folder:, source:, finding:) -> ::String
folders/{folder}/sources/{source}/findings/{finding}
- folder (String)
- source (String)
- finding (String)
def finding_path(project:, source:, finding:) -> ::String
projects/{project}/sources/{source}/findings/{finding}
- project (String)
- source (String)
- finding (String)
- (::String)
- (::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}
- folder (String)
- location (String)
- (::String)
- (::ArgumentError)
#folder_path
def folder_path(folder:) -> ::String
Create a fully-qualified Folder resource string.
The resource will be in the following format:
folders/{folder}
- folder (String)
- (::String)
#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}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#mute_config_path
def mute_config_path(organization:, mute_config:) -> ::String
def mute_config_path(folder:, mute_config:) -> ::String
def mute_config_path(project:, mute_config:) -> ::String
def mute_config_path(organization:, location:, mute_config:) -> ::String
def mute_config_path(folder:, location:, mute_config:) -> ::String
def mute_config_path(project:, location:, mute_config:) -> ::String
Create a fully-qualified MuteConfig resource string.
def mute_config_path(organization:, mute_config:) -> ::String
organizations/{organization}/muteConfigs/{mute_config}
- organization (String)
- mute_config (String)
def mute_config_path(folder:, mute_config:) -> ::String
folders/{folder}/muteConfigs/{mute_config}
- folder (String)
- mute_config (String)
def mute_config_path(project:, mute_config:) -> ::String
projects/{project}/muteConfigs/{mute_config}
- project (String)
- mute_config (String)
def mute_config_path(organization:, location:, mute_config:) -> ::String
organizations/{organization}/locations/{location}/muteConfigs/{mute_config}
- organization (String)
- location (String)
- mute_config (String)
def mute_config_path(folder:, location:, mute_config:) -> ::String
folders/{folder}/locations/{location}/muteConfigs/{mute_config}
- folder (String)
- location (String)
- mute_config (String)
def mute_config_path(project:, location:, mute_config:) -> ::String
projects/{project}/locations/{location}/muteConfigs/{mute_config}
- project (String)
- location (String)
- mute_config (String)
- (::String)
- (::ArgumentError)
#notification_config_path
def notification_config_path(organization:, notification_config:) -> ::String
def notification_config_path(folder:, notification_config:) -> ::String
def notification_config_path(project:, notification_config:) -> ::String
Create a fully-qualified NotificationConfig resource string.
def notification_config_path(organization:, notification_config:) -> ::String
organizations/{organization}/notificationConfigs/{notification_config}
- organization (String)
- notification_config (String)
def notification_config_path(folder:, notification_config:) -> ::String
folders/{folder}/notificationConfigs/{notification_config}
- folder (String)
- notification_config (String)
def notification_config_path(project:, notification_config:) -> ::String
projects/{project}/notificationConfigs/{notification_config}
- project (String)
- notification_config (String)
- (::String)
- (::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}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)
#organization_path
def organization_path(organization:) -> ::String
Create a fully-qualified Organization resource string.
The resource will be in the following format:
organizations/{organization}
- organization (String)
- (::String)
#organization_settings_path
def organization_settings_path(organization:) -> ::String
Create a fully-qualified OrganizationSettings resource string.
The resource will be in the following format:
organizations/{organization}/organizationSettings
- organization (String)
- (::String)
#organization_simulation_path
def organization_simulation_path(organization:, simulation:) -> ::String
Create a fully-qualified OrganizationSimulation resource string.
The resource will be in the following format:
organizations/{organization}/simulations/{simulation}
- organization (String)
- simulation (String)
- (::String)
- (::ArgumentError)
#policy_path
def policy_path(organization:, constraint_name:) -> ::String
def policy_path(folder:, constraint_name:) -> ::String
def policy_path(project:, constraint_name:) -> ::String
Create a fully-qualified Policy resource string.
def policy_path(organization:, constraint_name:) -> ::String
organizations/{organization}/policies/{constraint_name}
- organization (String)
- constraint_name (String)
def policy_path(folder:, constraint_name:) -> ::String
folders/{folder}/policies/{constraint_name}
- folder (String)
- constraint_name (String)
def policy_path(project:, constraint_name:) -> ::String
projects/{project}/policies/{constraint_name}
- project (String)
- constraint_name (String)
- (::String)
- (::ArgumentError)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)
#resource_value_config_path
def resource_value_config_path(organization:, resource_value_config:) -> ::String
Create a fully-qualified ResourceValueConfig resource string.
The resource will be in the following format:
organizations/{organization}/resourceValueConfigs/{resource_value_config}
- organization (String)
- resource_value_config (String)
- (::String)
- (::ArgumentError)
#security_health_analytics_custom_module_path
def security_health_analytics_custom_module_path(organization:, custom_module:) -> ::String
def security_health_analytics_custom_module_path(folder:, custom_module:) -> ::String
def security_health_analytics_custom_module_path(project:, custom_module:) -> ::String
Create a fully-qualified SecurityHealthAnalyticsCustomModule resource string.
def security_health_analytics_custom_module_path(organization:, custom_module:) -> ::String
organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module}
- organization (String)
- custom_module (String)
def security_health_analytics_custom_module_path(folder:, custom_module:) -> ::String
folders/{folder}/securityHealthAnalyticsSettings/customModules/{custom_module}
- folder (String)
- custom_module (String)
def security_health_analytics_custom_module_path(project:, custom_module:) -> ::String
projects/{project}/securityHealthAnalyticsSettings/customModules/{custom_module}
- project (String)
- custom_module (String)
- (::String)
- (::ArgumentError)
#security_health_analytics_settings_path
def security_health_analytics_settings_path(organization:) -> ::String
def security_health_analytics_settings_path(folder:) -> ::String
def security_health_analytics_settings_path(project:) -> ::String
Create a fully-qualified SecurityHealthAnalyticsSettings resource string.
def security_health_analytics_settings_path(organization:) -> ::String
organizations/{organization}/securityHealthAnalyticsSettings
- organization (String)
def security_health_analytics_settings_path(folder:) -> ::String
folders/{folder}/securityHealthAnalyticsSettings
- folder (String)
def security_health_analytics_settings_path(project:) -> ::String
projects/{project}/securityHealthAnalyticsSettings
- project (String)
- (::String)
- (::ArgumentError)
#security_marks_path
def security_marks_path(organization:, asset:) -> ::String
def security_marks_path(organization:, source:, finding:) -> ::String
def security_marks_path(folder:, asset:) -> ::String
def security_marks_path(project:, asset:) -> ::String
def security_marks_path(folder:, source:, finding:) -> ::String
def security_marks_path(project:, source:, finding:) -> ::String
Create a fully-qualified SecurityMarks resource string.
def security_marks_path(organization:, asset:) -> ::String
organizations/{organization}/assets/{asset}/securityMarks
- organization (String)
- asset (String)
def security_marks_path(organization:, source:, finding:) -> ::String
organizations/{organization}/sources/{source}/findings/{finding}/securityMarks
- organization (String)
- source (String)
- finding (String)
def security_marks_path(folder:, asset:) -> ::String
folders/{folder}/assets/{asset}/securityMarks
- folder (String)
- asset (String)
def security_marks_path(project:, asset:) -> ::String
projects/{project}/assets/{asset}/securityMarks
- project (String)
- asset (String)
def security_marks_path(folder:, source:, finding:) -> ::String
folders/{folder}/sources/{source}/findings/{finding}/securityMarks
- folder (String)
- source (String)
- finding (String)
def security_marks_path(project:, source:, finding:) -> ::String
projects/{project}/sources/{source}/findings/{finding}/securityMarks
- project (String)
- source (String)
- finding (String)
- (::String)
- (::ArgumentError)
#simulation_path
def simulation_path(organization:, simulation:) -> ::String
Create a fully-qualified Simulation resource string.
The resource will be in the following format:
organizations/{organization}/simulations/{simulation}
- organization (String)
- simulation (String)
- (::String)
- (::ArgumentError)
#source_path
def source_path(organization:, source:) -> ::String
def source_path(folder:, source:) -> ::String
def source_path(project:, source:) -> ::String
Create a fully-qualified Source resource string.
def source_path(organization:, source:) -> ::String
organizations/{organization}/sources/{source}
- organization (String)
- source (String)
def source_path(folder:, source:) -> ::String
folders/{folder}/sources/{source}
- folder (String)
- source (String)
def source_path(project:, source:) -> ::String
projects/{project}/sources/{source}
- project (String)
- source (String)
- (::String)
- (::ArgumentError)
#table_data_profile_path
def table_data_profile_path(project:, table_profile:) -> ::String
def table_data_profile_path(project:, location:, table_profile:) -> ::String
Create a fully-qualified TableDataProfile resource string.
def table_data_profile_path(project:, table_profile:) -> ::String
projects/{project}/tableProfiles/{table_profile}
- project (String)
- table_profile (String)
def table_data_profile_path(project:, location:, table_profile:) -> ::String
projects/{project}/locations/{location}/tableProfiles/{table_profile}
- project (String)
- location (String)
- table_profile (String)
- (::String)
- (::ArgumentError)
#topic_path
def topic_path(project:, topic:) -> ::String
Create a fully-qualified Topic resource string.
The resource will be in the following format:
projects/{project}/topics/{topic}
- project (String)
- topic (String)
- (::String)
- (::ArgumentError)
#valued_resource_path
def valued_resource_path(organization:, simulation:, valued_resource:) -> ::String
Create a fully-qualified ValuedResource resource string.
The resource will be in the following format:
organizations/{organization}/simulations/{simulation}/valuedResources/{valued_resource}
- organization (String)
- simulation (String)
- valued_resource (String)
- (::String)
- (::ArgumentError)