airflow.providers.google.cloud.links.data_loss_prevention¶
Attributes¶
Classes¶
Helper class for constructing Cloud Data Loss Prevention link. |
|
Helper class for constructing Cloud Data Loss Prevention link. |
|
Helper class for constructing Cloud Data Loss Prevention link. |
|
Helper class for constructing Cloud Data Loss Prevention link. |
|
Helper class for constructing Cloud Data Loss Prevention link. |
|
Helper class for constructing Cloud Data Loss Prevention link. |
|
Helper class for constructing Cloud Data Loss Prevention link. |
|
Helper class for constructing Cloud Data Loss Prevention link. |
|
Helper class for constructing Cloud Data Loss Prevention link. |
|
Helper class for constructing Cloud Data Loss Prevention link. |
|
Helper class for constructing Cloud Data Loss Prevention link. |
Module Contents¶
- airflow.providers.google.cloud.links.data_loss_prevention.BASE_LINK = 'https://console.cloud.google.com'[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_BASE_LINK = 'https://console.cloud.google.com/security/dlp'[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_DEIDENTIFY_TEMPLATES_LIST_LINK = 'https://console.cloud.google.com/security/dlp/landing/configuration/templates/deidentify?project...[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_DEIDENTIFY_TEMPLATE_DETAILS_LINK = 'https://console.cloud.google.com/security/dlp/projects/{project_id}/locations/global/deidentifyT...[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_JOB_TRIGGER_LIST_LINK = 'https://console.cloud.google.com/security/dlp/landing/inspection/triggers?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_JOB_TRIGGER_DETAILS_LINK = 'https://console.cloud.google.com/security/dlp/projects/{project_id}/locations/global/jobTriggers...[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_JOBS_LIST_LINK = 'https://console.cloud.google.com/security/dlp/landing/inspection/jobs?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_JOB_DETAILS_LINK = 'https://console.cloud.google.com/security/dlp/projects/{project_id}/locations/global/dlpJobs/{jo...[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_INSPECT_TEMPLATES_LIST_LINK = 'https://console.cloud.google.com/security/dlp/landing/configuration/templates/inspect?project={p...[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_INSPECT_TEMPLATE_DETAILS_LINK = 'https://console.cloud.google.com/security/dlp/projects/{project_id}/locations/global/inspectTemp...[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_INFO_TYPES_LIST_LINK = 'https://console.cloud.google.com/security/dlp/landing/configuration/infoTypes/stored?cloudshell=...[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_INFO_TYPE_DETAILS_LINK = 'https://console.cloud.google.com/security/dlp/projects/{project_id}/locations/global/storedInfoT...[source]¶
- airflow.providers.google.cloud.links.data_loss_prevention.DLP_POSSIBLE_INFO_TYPES_LIST_LINK = 'https://console.cloud.google.com/security/dlp/landing/configuration/infoTypes/built-in?project={...[source]¶
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPDeidentifyTemplatesListLink[source]¶
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.
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPDeidentifyTemplateDetailsLink[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.
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPJobTriggersListLink[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.
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPJobTriggerDetailsLink[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.
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPJobsListLink[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.
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPJobDetailsLink[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.
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPInspectTemplatesListLink[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.
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPInspectTemplateDetailsLink[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.
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPInfoTypesListLink[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.
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPInfoTypeDetailsLink[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.
- class airflow.providers.google.cloud.links.data_loss_prevention.CloudDLPPossibleInfoTypesListLink[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.