Dlp_v2Functions

Functions

Link copied to clipboard

Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

suspend fun getDeidentifyTemplate(deidentifyTemplateId: String, location: String, project: String? = null): GetDeidentifyTemplateResult
Link copied to clipboard

Gets the latest state of a long-running DlpJob. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

suspend fun getDlpJob(argument: suspend GetDlpJobPlainArgsBuilder.() -> Unit): GetDlpJobResult
suspend fun getDlpJob(dlpJobId: String, location: String, project: String? = null): GetDlpJobResult
Link copied to clipboard

Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

suspend fun getInspectTemplate(inspectTemplateId: String, location: String, project: String? = null): GetInspectTemplateResult
Link copied to clipboard

Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

suspend fun getJobTrigger(jobTriggerId: String, location: String, project: String? = null): GetJobTriggerResult
Link copied to clipboard

Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

suspend fun getOrganizationInspectTemplate(inspectTemplateId: String, location: String, organizationId: String): GetOrganizationInspectTemplateResult
Link copied to clipboard

Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

suspend fun getOrganizationJobTrigger(jobTriggerId: String, location: String, organizationId: String): GetOrganizationJobTriggerResult
Link copied to clipboard

Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

suspend fun getOrganizationsDeidentifyTemplate(deidentifyTemplateId: String, location: String, organizationId: String): GetOrganizationsDeidentifyTemplateResult
Link copied to clipboard

Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

suspend fun getStoredInfoType(location: String, project: String? = null, storedInfoTypeId: String): GetStoredInfoTypeResult