OrganizationsInspectTemplates
class OrganizationsInspectTemplates extends Resource (View source)
The "inspectTemplates" collection of methods.
Typical usage is:
$dlpService = new Google\Service\DLP(...);
$inspectTemplates = $dlpService->organizations_inspectTemplates;
Methods
Creates an InspectTemplate for reusing frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/sensitive-data-protection/docs/creating-templates to learn more. (inspectTemplates.create)
Deletes an InspectTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates to learn more. (inspectTemplates.delete)
Gets an InspectTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates to learn more. (inspectTemplates.get)
Lists InspectTemplates. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates to learn more.
Updates the InspectTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates to learn more. (inspectTemplates.patch)
Details
GooglePrivacyDlpV2InspectTemplate
create(string $parent, GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody, array $optParams = [])
Creates an InspectTemplate for reusing frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/sensitive-data-protection/docs/creating-templates to learn more. (inspectTemplates.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes an InspectTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates to learn more. (inspectTemplates.delete)
GooglePrivacyDlpV2InspectTemplate
get(string $name, array $optParams = [])
Gets an InspectTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates to learn more. (inspectTemplates.get)
GooglePrivacyDlpV2ListInspectTemplatesResponse
listOrganizationsInspectTemplates(string $parent, array $optParams = [])
Lists InspectTemplates. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates to learn more.
(inspectTemplates.listOrganizationsInspectTemplates)
GooglePrivacyDlpV2InspectTemplate
patch(string $name, GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody, array $optParams = [])
Updates the InspectTemplate. See https://cloud.google.com/sensitive-data- protection/docs/creating-templates to learn more. (inspectTemplates.patch)