0.0.20240512 • Published 5 days ago

@maxim_mazurok/gapi.client.dlp-v2 v0.0.20240512

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

TypeScript typings for Sensitive Data Protection (DLP) v2

Discover and protect your sensitive data. A fully managed service designed to help you discover, classify, and protect your valuable data assets with ease. For detailed description please check documentation.

Installing

Install typings for Sensitive Data Protection (DLP):

npm install @types/gapi.client.dlp-v2 --save-dev

Usage

You need to initialize Google API client in your code:

gapi.load('client', () => {
  // now we can use gapi.client
  // ...
});

Then load api client wrapper:

gapi.client.load(
  'https://dlp.googleapis.com/$discovery/rest?version=v2',
  () => {
    // now we can use:
    // gapi.client.dlp
  }
);
// Deprecated, use discovery document URL, see https://github.com/google/google-api-javascript-client/blob/master/docs/reference.md#----gapiclientloadname----version----callback--
gapi.client.load('dlp', 'v2', () => {
  // now we can use:
  // gapi.client.dlp
});

Don't forget to authenticate your client before sending any request to resources:

// declare client_id registered in Google Developers Console
var client_id = '',
  scope = [
    // See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
    'https://www.googleapis.com/auth/cloud-platform',
  ],
  immediate = true;
// ...

gapi.auth.authorize(
  {client_id: client_id, scope: scope, immediate: immediate},
  authResult => {
    if (authResult && !authResult.error) {
      /* handle successful authorization */
    } else {
      /* handle authorization error */
    }
  }
);

After that you can use Sensitive Data Protection (DLP) resources:

/*
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.
*/
await gapi.client.dlp.infoTypes.list({});
0.0.20240512

5 days ago

0.0.20240505

12 days ago

0.0.20240428

19 days ago

0.0.20240421

26 days ago

0.0.20240414

1 month ago

0.0.20240331

2 months ago

0.0.20240324

2 months ago

0.0.20240317

2 months ago

0.0.20240310

2 months ago

0.0.20240303

3 months ago

0.0.20240225

3 months ago

0.0.20240218

3 months ago

0.0.20240212

3 months ago

0.0.20240204

3 months ago

0.0.20240128

4 months ago

0.0.20240121

4 months ago

0.0.20240113

4 months ago

0.0.20240107

4 months ago

0.0.20231210

5 months ago

0.0.20231203

6 months ago

0.0.20231127

6 months ago

0.0.20230817

9 months ago

0.0.20231029

7 months ago

0.0.20231105

6 months ago

0.0.20230813

9 months ago

0.0.20231113

6 months ago

0.0.20230806

10 months ago

0.0.20230729

10 months ago

0.0.20230723

10 months ago

0.0.20230923

8 months ago

0.0.20231022

7 months ago

0.0.20230917

8 months ago

0.0.20230910

8 months ago

0.0.20231008

7 months ago

0.0.20230716

10 months ago

0.0.20231015

7 months ago

0.0.20230707

10 months ago

0.0.20230820

9 months ago

0.0.20230903

9 months ago

0.0.20230702

11 months ago

0.0.20231001

8 months ago

0.0.20230625

11 months ago

0.0.20230618

11 months ago

0.0.20230514

1 year ago

0.0.20230611

11 months ago

0.0.20230521

12 months ago

0.0.20230508

1 year ago

0.0.20230528

12 months ago

0.0.20230603

12 months ago

0.0.20230428

1 year ago

0.0.20230319

1 year ago

0.0.20230416

1 year ago

0.0.20230409

1 year ago

0.0.20230326

1 year ago

0.0.20230304

1 year ago

0.0.20230423

1 year ago

0.0.20230402

1 year ago

0.0.20230226

1 year ago

0.0.20230312

1 year ago

0.0.20230219

1 year ago

0.0.20230206

1 year ago

0.0.20230129

1 year ago

0.0.20230212

1 year ago

0.0.20221115

2 years ago

0.0.20230115

1 year ago

0.0.20221112

2 years ago

0.0.20221210

1 year ago

0.0.20230121

1 year ago

0.0.20230102

1 year ago

0.0.20221106

2 years ago

0.0.20221204

1 year ago

0.0.20221126

1 year ago

0.0.20230109

1 year ago

0.0.20221218

1 year ago

0.0.20221017

2 years ago

0.0.20221023

2 years ago

0.0.20221001

2 years ago

0.0.20221029

2 years ago

0.0.20220926

2 years ago

0.0.20220916

2 years ago

0.0.20220821

2 years ago

0.0.20220910

2 years ago

0.0.20220826

2 years ago

0.0.20220904

2 years ago

0.0.20220812

2 years ago

0.0.20220806

2 years ago