Reference documentation and code samples for the Security Command Center V2 API module Google::Cloud::SecurityCenter::V2::SecurityCenter::Paths.
Path helper methods for the SecurityCenter API.
Methods
#big_query_export_path
def big_query_export_path(organization:, location:, export:) -> ::String
def big_query_export_path(folder:, location:, export:) -> ::String
def big_query_export_path(project:, location:, export:) -> ::String
Create a fully-qualified BigQueryExport resource string.
def big_query_export_path(organization:, location:, export:) -> ::String
organizations/{organization}/locations/{location}/bigQueryExports/{export}
- organization (String)
- location (String)
- export (String)
def big_query_export_path(folder:, location:, export:) -> ::String
folders/{folder}/locations/{location}/bigQueryExports/{export}
- folder (String)
- location (String)
- export (String)
def big_query_export_path(project:, location:, export:) -> ::String
projects/{project}/locations/{location}/bigQueryExports/{export}
- project (String)
- location (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)
#external_system_path
def external_system_path(organization:, source:, finding:, externalsystem:) -> ::String
def external_system_path(organization:, source:, location:, finding:, externalsystem:) -> ::String
def external_system_path(folder:, source:, finding:, externalsystem:) -> ::String
def external_system_path(folder:, source:, location:, finding:, externalsystem:) -> ::String
def external_system_path(project:, source:, finding:, externalsystem:) -> ::String
def external_system_path(project:, source:, location:, 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(organization:, source:, location:, finding:, externalsystem:) -> ::String
organizations/{organization}/sources/{source}/locations/{location}/findings/{finding}/externalSystems/{externalsystem}
- organization (String)
- source (String)
- location (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(folder:, source:, location:, finding:, externalsystem:) -> ::String
folders/{folder}/sources/{source}/locations/{location}/findings/{finding}/externalSystems/{externalsystem}
- folder (String)
- source (String)
- location (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)
def external_system_path(project:, source:, location:, finding:, externalsystem:) -> ::String
projects/{project}/sources/{source}/locations/{location}/findings/{finding}/externalSystems/{externalsystem}
- project (String)
- source (String)
- location (String)
- finding (String)
- externalsystem (String)
- (::String)
- (::ArgumentError)
#finding_path
def finding_path(organization:, source:, finding:) -> ::String
def finding_path(organization:, source:, location:, finding:) -> ::String
def finding_path(folder:, source:, finding:) -> ::String
def finding_path(folder:, source:, location:, finding:) -> ::String
def finding_path(project:, source:, finding:) -> ::String
def finding_path(project:, source:, location:, 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(organization:, source:, location:, finding:) -> ::String
organizations/{organization}/sources/{source}/locations/{location}/findings/{finding}
- organization (String)
- source (String)
- location (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(folder:, source:, location:, finding:) -> ::String
folders/{folder}/sources/{source}/locations/{location}/findings/{finding}
- folder (String)
- source (String)
- location (String)
- finding (String)
def finding_path(project:, source:, finding:) -> ::String
projects/{project}/sources/{source}/findings/{finding}
- project (String)
- source (String)
- finding (String)
def finding_path(project:, source:, location:, finding:) -> ::String
projects/{project}/sources/{source}/locations/{location}/findings/{finding}
- project (String)
- source (String)
- location (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(organization:, location:, mute_config:) -> ::String
def mute_config_path(folder:, mute_config:) -> ::String
def mute_config_path(folder:, location:, mute_config:) -> ::String
def mute_config_path(project:, 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(organization:, location:, mute_config:) -> ::String
organizations/{organization}/locations/{location}/muteConfigs/{mute_config}
- organization (String)
- location (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(folder:, location:, mute_config:) -> ::String
folders/{folder}/locations/{location}/muteConfigs/{mute_config}
- folder (String)
- location (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(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:, location:, notification_config:) -> ::String
def notification_config_path(folder:, location:, notification_config:) -> ::String
def notification_config_path(project:, location:, notification_config:) -> ::String
Create a fully-qualified NotificationConfig resource string.
def notification_config_path(organization:, location:, notification_config:) -> ::String
organizations/{organization}/locations/{location}/notificationConfigs/{notification_config}
- organization (String)
- location (String)
- notification_config (String)
def notification_config_path(folder:, location:, notification_config:) -> ::String
folders/{folder}/locations/{location}/notificationConfigs/{notification_config}
- folder (String)
- location (String)
- notification_config (String)
def notification_config_path(project:, location:, notification_config:) -> ::String
projects/{project}/locations/{location}/notificationConfigs/{notification_config}
- project (String)
- location (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_valued_resource_path
def organization_valued_resource_path(organization:, location:, simulation:, valued_resource:) -> ::String
Create a fully-qualified OrganizationValuedResource resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/simulations/{simulation}/valuedResources/{valued_resource}
- organization (String)
- location (String)
- simulation (String)
- valued_resource (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
def resource_value_config_path(organization:, location:, resource_value_config:) -> ::String
Create a fully-qualified ResourceValueConfig resource string.
def resource_value_config_path(organization:, resource_value_config:) -> ::String
organizations/{organization}/resourceValueConfigs/{resource_value_config}
- organization (String)
- resource_value_config (String)
def resource_value_config_path(organization:, location:, resource_value_config:) -> ::String
organizations/{organization}/locations/{location}/resourceValueConfigs/{resource_value_config}
- organization (String)
- location (String)
- resource_value_config (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(organization:, source:, location:, finding:) -> ::String
def security_marks_path(folder:, asset:) -> ::String
def security_marks_path(folder:, source:, finding:) -> ::String
def security_marks_path(folder:, source:, location:, finding:) -> ::String
def security_marks_path(project:, asset:) -> ::String
def security_marks_path(project:, source:, finding:) -> ::String
def security_marks_path(project:, source:, location:, 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(organization:, source:, location:, finding:) -> ::String
organizations/{organization}/sources/{source}/locations/{location}/findings/{finding}/securityMarks
- organization (String)
- source (String)
- location (String)
- finding (String)
def security_marks_path(folder:, asset:) -> ::String
folders/{folder}/assets/{asset}/securityMarks
- folder (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(folder:, source:, location:, finding:) -> ::String
folders/{folder}/sources/{source}/locations/{location}/findings/{finding}/securityMarks
- folder (String)
- source (String)
- location (String)
- finding (String)
def security_marks_path(project:, asset:) -> ::String
projects/{project}/assets/{asset}/securityMarks
- project (String)
- asset (String)
def security_marks_path(project:, source:, finding:) -> ::String
projects/{project}/sources/{source}/findings/{finding}/securityMarks
- project (String)
- source (String)
- finding (String)
def security_marks_path(project:, source:, location:, finding:) -> ::String
projects/{project}/sources/{source}/locations/{location}/findings/{finding}/securityMarks
- project (String)
- source (String)
- location (String)
- finding (String)
- (::String)
- (::ArgumentError)
#simulation_path
def simulation_path(organization:, simulation:) -> ::String
def simulation_path(organization:, location:, simluation:) -> ::String
Create a fully-qualified Simulation resource string.
def simulation_path(organization:, simulation:) -> ::String
organizations/{organization}/simulations/{simulation}
- organization (String)
- simulation (String)
def simulation_path(organization:, location:, simluation:) -> ::String
organizations/{organization}/locations/{location}/simulations/{simluation}
- organization (String)
- location (String)
- simluation (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
def valued_resource_path(organization:, location:, simluation:, valued_resource:) -> ::String
Create a fully-qualified ValuedResource resource string.
def valued_resource_path(organization:, simulation:, valued_resource:) -> ::String
organizations/{organization}/simulations/{simulation}/valuedResources/{valued_resource}
- organization (String)
- simulation (String)
- valued_resource (String)
def valued_resource_path(organization:, location:, simluation:, valued_resource:) -> ::String
organizations/{organization}/locations/{location}/simulations/{simluation}/valuedResources/{valued_resource}
- organization (String)
- location (String)
- simluation (String)
- valued_resource (String)
- (::String)
- (::ArgumentError)