get Deidentify Template
suspend fun getDeidentifyTemplate(argument: GetDeidentifyTemplatePlainArgs): GetDeidentifyTemplateResult
Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
Return
null
Parameters
argument
null
suspend fun getDeidentifyTemplate(deidentifyTemplateId: String, location: String, project: String? = null): GetDeidentifyTemplateResult
Return
null
See also
Parameters
deidentify Template Id
location
project
suspend fun getDeidentifyTemplate(argument: suspend GetDeidentifyTemplatePlainArgsBuilder.() -> Unit): GetDeidentifyTemplateResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.dlp.v2.kotlin.inputs.GetDeidentifyTemplatePlainArgs.