Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maxim_mazurok/gapi.client.networksecurity-v1beta1

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.networksecurity-v1beta1 - npm Package Compare versions

Comparing version 0.0.20230309 to 0.0.20230316

2

package.json
{
"name": "@maxim_mazurok/gapi.client.networksecurity-v1beta1",
"version": "0.0.20230309",
"version": "0.0.20230316",
"description": "TypeScript typings for Network Security API v1beta1",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.networksecurity-v1beta1 definition tests */

// Revision: 20230309
// Revision: 20230316

@@ -593,2 +593,3 @@ gapi.load('client', async () => {

name: "Test string",
tlsInspectionPolicy: "Test string",
updateTime: "Test string",

@@ -618,2 +619,3 @@ });

name: "Test string",
tlsInspectionPolicy: "Test string",
updateTime: "Test string",

@@ -634,2 +636,3 @@ });

sessionMatcher: "Test string",
tlsInspectionEnabled: true,
updateTime: "Test string",

@@ -664,2 +667,3 @@ });

sessionMatcher: "Test string",
tlsInspectionEnabled: true,
updateTime: "Test string",

@@ -830,2 +834,39 @@ });

});
/** Creates a new TlsInspectionPolicy in a given project and location. */
await gapi.client.networksecurity.projects.locations.tlsInspectionPolicies.create({
parent: "Test string",
tlsInspectionPolicyId: "Test string",
}, {
caPool: "Test string",
createTime: "Test string",
description: "Test string",
name: "Test string",
updateTime: "Test string",
});
/** Deletes a single TlsInspectionPolicy. */
await gapi.client.networksecurity.projects.locations.tlsInspectionPolicies.delete({
force: true,
name: "Test string",
});
/** Gets details of a single TlsInspectionPolicy. */
await gapi.client.networksecurity.projects.locations.tlsInspectionPolicies.get({
name: "Test string",
});
/** Lists TlsInspectionPolicies in a given project and location. */
await gapi.client.networksecurity.projects.locations.tlsInspectionPolicies.list({
pageSize: 42,
pageToken: "Test string",
parent: "Test string",
});
/** Updates the parameters of a single TlsInspectionPolicy. */
await gapi.client.networksecurity.projects.locations.tlsInspectionPolicies.patch({
name: "Test string",
updateMask: "Test string",
}, {
caPool: "Test string",
createTime: "Test string",
description: "Test string",
name: "Test string",
updateTime: "Test string",
});
/** Creates a new UrlList in a given project and location. */

@@ -832,0 +873,0 @@ await gapi.client.networksecurity.projects.locations.urlLists.create({

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc