@maxim_mazurok/gapi.client.securitycenter-v1beta2
Advanced tools
Comparing version 0.0.20230921 to 0.0.20231001
{ | ||
"name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2", | ||
"version": "0.0.20230921", | ||
"version": "0.0.20231001", | ||
"description": "TypeScript typings for Security Command Center API v1beta2", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -80,7 +80,2 @@ # TypeScript typings for Security Command Center API v1beta2 | ||
/* | ||
Retrieve the OnboardingState of a resource. | ||
*/ | ||
await gapi.client.securitycenter.folders.getOnboardingState({ name: "name", }); | ||
/* | ||
Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made about these fields. In other words, GetRapidVulnerabilityDetectionSettings does not calculate the effective service settings for the resource, which accounts for inherited settings and defaults. Instead, use CalculateRapidVulnerabilityDetectionSettings for this purpose. | ||
@@ -151,7 +146,2 @@ */ | ||
/* | ||
Retrieve the OnboardingState of a resource. | ||
*/ | ||
await gapi.client.securitycenter.organizations.getOnboardingState({ name: "name", }); | ||
/* | ||
Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made about these fields. In other words, GetRapidVulnerabilityDetectionSettings does not calculate the effective service settings for the resource, which accounts for inherited settings and defaults. Instead, use CalculateRapidVulnerabilityDetectionSettings for this purpose. | ||
@@ -227,7 +217,2 @@ */ | ||
/* | ||
Retrieve the OnboardingState of a resource. | ||
*/ | ||
await gapi.client.securitycenter.projects.getOnboardingState({ name: "name", }); | ||
/* | ||
Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made about these fields. In other words, GetRapidVulnerabilityDetectionSettings does not calculate the effective service settings for the resource, which accounts for inherited settings and defaults. Instead, use CalculateRapidVulnerabilityDetectionSettings for this purpose. | ||
@@ -234,0 +219,0 @@ */ |
14
tests.ts
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.securitycenter-v1beta2 definition tests */ | ||
// Revision: 20230921 | ||
// Revision: 20231001 | ||
@@ -49,6 +49,2 @@ gapi.load('client', async () => { | ||
}); | ||
/** Retrieve the OnboardingState of a resource. */ | ||
await gapi.client.securitycenter.folders.getOnboardingState({ | ||
name: "Test string", | ||
}); | ||
/** | ||
@@ -259,6 +255,2 @@ * Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made | ||
}); | ||
/** Retrieve the OnboardingState of a resource. */ | ||
await gapi.client.securitycenter.organizations.getOnboardingState({ | ||
name: "Test string", | ||
}); | ||
/** | ||
@@ -473,6 +465,2 @@ * Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made | ||
}); | ||
/** Retrieve the OnboardingState of a resource. */ | ||
await gapi.client.securitycenter.projects.getOnboardingState({ | ||
name: "Test string", | ||
}); | ||
/** | ||
@@ -479,0 +467,0 @@ * Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
325616
5931
269