@maxim_mazurok/gapi.client.dlp-v2 0.0.20240212 → 0.0.20240225
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +616 -190
- package/package.json +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# TypeScript typings for Sensitive Data Protection (DLP) v2
|
|
2
2
|
|
|
3
3
|
Discover and protect your sensitive data. A fully managed service designed to help you discover, classify, and protect your valuable data assets with ease.
|
|
4
|
-
For detailed description please check [documentation](https://cloud.google.com/
|
|
4
|
+
For detailed description please check [documentation](https://cloud.google.com/sensitive-data-protection/docs/).
|
|
5
5
|
|
|
6
6
|
## Installing
|
|
7
7
|
|
|
@@ -70,7 +70,7 @@ After that you can use Sensitive Data Protection (DLP) resources: <!-- TODO: mak
|
|
|
70
70
|
|
|
71
71
|
```typescript
|
|
72
72
|
/*
|
|
73
|
-
Returns a list of the sensitive information types that DLP API supports. See https://cloud.google.com/
|
|
73
|
+
Returns a list of the sensitive information types that DLP API supports. See https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more.
|
|
74
74
|
*/
|
|
75
75
|
await gapi.client.dlp.infoTypes.list({});
|
|
76
76
|
```
|