@maxim_mazurok/gapi.client.securityposture-v1 0.0.20250721 → 0.1.20250819
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 +4 -4
- package/package.json +1 -1
- package/readme.md +2 -0
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://securityposture.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250819
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -117,7 +117,7 @@ declare namespace gapi.client {
|
|
|
117
117
|
denyAll?: boolean;
|
|
118
118
|
/** Whether to enforce the constraint. Valid only for boolean constraints. */
|
|
119
119
|
enforce?: boolean;
|
|
120
|
-
/** Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { "allowedLocations"
|
|
120
|
+
/** Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: ``` { "allowedLocations": ["us-east1", "us-west1"], "allowAll": true } ``` */
|
|
121
121
|
parameters?: {[P in string]: any};
|
|
122
122
|
/** Optional. The resource types policies can support, only used for managed constraints. Method type is `GOVERN_TAGS`. */
|
|
123
123
|
resourceTypes?: ResourceTypes;
|
|
@@ -373,7 +373,7 @@ declare namespace gapi.client {
|
|
|
373
373
|
resourceTypes?: string[];
|
|
374
374
|
}
|
|
375
375
|
interface ResourceTypes {
|
|
376
|
-
/** Optional. The resource types we currently support.
|
|
376
|
+
/** Optional. The resource types we currently support. */
|
|
377
377
|
included?: string[];
|
|
378
378
|
}
|
|
379
379
|
interface SecurityHealthAnalyticsCustomModule {
|
|
@@ -1320,7 +1320,7 @@ declare namespace gapi.client {
|
|
|
1320
1320
|
alt?: string;
|
|
1321
1321
|
/** JSONP */
|
|
1322
1322
|
callback?: string;
|
|
1323
|
-
/** Optional.
|
|
1323
|
+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
|
|
1324
1324
|
extraLocationTypes?: string | string[];
|
|
1325
1325
|
/** Selector specifying which fields to include in a partial response. */
|
|
1326
1326
|
fields?: string;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -71,3 +71,5 @@ After that you can use Security Posture API resources: <!-- TODO: make this work
|
|
|
71
71
|
```typescript
|
|
72
72
|
|
|
73
73
|
```
|
|
74
|
+
|
|
75
|
+
For provenance information see [Provenance section on NPM](https://www.npmjs.com/package/@maxim_mazurok/gapi.client.securityposture-v1#Provenance:~:text=none-,Provenance,-Built%20and%20signed)
|