airflow.providers.google.cloud.links.data_loss_prevention

Attributes

BASE_LINK

DLP_BASE_LINK

DLP_DEIDENTIFY_TEMPLATES_LIST_LINK

DLP_DEIDENTIFY_TEMPLATE_DETAILS_LINK

DLP_JOB_TRIGGER_LIST_LINK

DLP_JOB_TRIGGER_DETAILS_LINK

DLP_JOBS_LIST_LINK

DLP_JOB_DETAILS_LINK

DLP_INSPECT_TEMPLATES_LIST_LINK

DLP_INSPECT_TEMPLATE_DETAILS_LINK

DLP_INFO_TYPES_LIST_LINK

DLP_INFO_TYPE_DETAILS_LINK

DLP_POSSIBLE_INFO_TYPES_LIST_LINK

Classes

CloudDLPDeidentifyTemplatesListLink

Helper class for constructing Cloud Data Loss Prevention link.

CloudDLPDeidentifyTemplateDetailsLink

Helper class for constructing Cloud Data Loss Prevention link.

CloudDLPJobTriggersListLink

Helper class for constructing Cloud Data Loss Prevention link.

CloudDLPJobTriggerDetailsLink

Helper class for constructing Cloud Data Loss Prevention link.

CloudDLPJobsListLink

Helper class for constructing Cloud Data Loss Prevention link.

CloudDLPJobDetailsLink

Helper class for constructing Cloud Data Loss Prevention link.

CloudDLPInspectTemplatesListLink

Helper class for constructing Cloud Data Loss Prevention link.

CloudDLPInspectTemplateDetailsLink

Helper class for constructing Cloud Data Loss Prevention link.

CloudDLPInfoTypesListLink

Helper class for constructing Cloud Data Loss Prevention link.

CloudDLPInfoTypeDetailsLink

Helper class for constructing Cloud Data Loss Prevention link.

CloudDLPPossibleInfoTypesListLink

Helper class for constructing Cloud Data Loss Prevention link.

Module Contents

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Deidentify Templates List'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_deidentify_templates_list_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/landing/configuration/templates/deidentify?project...[source]
static persist(context, task_instance, project_id)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Deidentify Template Details'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_deidentify_template_details_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/projects/{project_id}/locations/global/deidentifyT...[source]
static persist(context, task_instance, project_id, template_name)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Job Triggers List'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_job_triggers_list_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/landing/inspection/triggers?project={project_id}'[source]
static persist(context, task_instance, project_id)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Job Triggers Details'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_job_trigger_details_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/projects/{project_id}/locations/global/jobTriggers...[source]
static persist(context, task_instance, project_id, trigger_name)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Jobs List'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_jobs_list_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/landing/inspection/jobs?project={project_id}'[source]
static persist(context, task_instance, project_id)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Job Details'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_job_details_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/projects/{project_id}/locations/global/dlpJobs/{jo...[source]
static persist(context, task_instance, project_id, job_name)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Inspect Templates List'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_inspect_templates_list_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/landing/configuration/templates/inspect?project={p...[source]
static persist(context, task_instance, project_id)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Inspect Template Details'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_inspect_template_details_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/projects/{project_id}/locations/global/inspectTemp...[source]
static persist(context, task_instance, project_id, template_name)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Info Types List'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_info_types_list_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/landing/configuration/infoTypes/stored?cloudshell=...[source]
static persist(context, task_instance, project_id)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Info Type Details'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_info_type_details_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/projects/{project_id}/locations/global/storedInfoT...[source]
static persist(context, task_instance, project_id, info_type_name)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Data Loss Prevention link.

name = 'Cloud DLP Possible Info Types List'[source]

Name of the link. This will be the button name on the task UI.

key = 'cloud_dlp_possible_info_types_list_key'[source]
format_str = 'https://console.cloud.google.com/security/dlp/landing/configuration/infoTypes/built-in?project={...[source]
static persist(context, task_instance, project_id)[source]

Was this entry helpful?