OrganizationsStoredInfoTypes
class OrganizationsStoredInfoTypes extends Resource (View source)
The "storedInfoTypes" collection of methods.
Typical usage is:
$dlpService = new Google\Service\DLP(...);
$storedInfoTypes = $dlpService->organizations_storedInfoTypes;
Methods
Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/sensitive-data-protection/docs/creating-stored- infotypes to learn more. (storedInfoTypes.create)
Deletes a stored infoType. See https://cloud.google.com/sensitive-data- protection/docs/creating-stored-infotypes to learn more.
Gets a stored infoType. See https://cloud.google.com/sensitive-data- protection/docs/creating-stored-infotypes to learn more.
Lists stored infoTypes. See https://cloud.google.com/sensitive-data- protection/docs/creating-stored-infotypes to learn more.
Updates the stored infoType by creating a new version. The existing version will continue to be used until the new version is ready. See https://cloud.google.com/sensitive-data-protection/docs/creating-stored- infotypes to learn more. (storedInfoTypes.patch)
Details
GooglePrivacyDlpV2StoredInfoType
create(string $parent, GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody, array $optParams = [])
Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/sensitive-data-protection/docs/creating-stored- infotypes to learn more. (storedInfoTypes.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a stored infoType. See https://cloud.google.com/sensitive-data- protection/docs/creating-stored-infotypes to learn more.
(storedInfoTypes.delete)
GooglePrivacyDlpV2StoredInfoType
get(string $name, array $optParams = [])
Gets a stored infoType. See https://cloud.google.com/sensitive-data- protection/docs/creating-stored-infotypes to learn more.
(storedInfoTypes.get)
GooglePrivacyDlpV2ListStoredInfoTypesResponse
listOrganizationsStoredInfoTypes(string $parent, array $optParams = [])
Lists stored infoTypes. See https://cloud.google.com/sensitive-data- protection/docs/creating-stored-infotypes to learn more.
(storedInfoTypes.listOrganizationsStoredInfoTypes)
GooglePrivacyDlpV2StoredInfoType
patch(string $name, GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody, array $optParams = [])
Updates the stored infoType by creating a new version. The existing version will continue to be used until the new version is ready. See https://cloud.google.com/sensitive-data-protection/docs/creating-stored- infotypes to learn more. (storedInfoTypes.patch)