@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20240628 → 0.0.20240712
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 +50 -50
- package/package.json +1 -1
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://securitycenter.googleapis.com/$discovery/rest?version=v1beta2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240712
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -277,9 +277,9 @@ declare namespace gapi.client {
|
|
|
277
277
|
uri?: string;
|
|
278
278
|
}
|
|
279
279
|
interface ContainerThreatDetectionSettings {
|
|
280
|
-
/** The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's. */
|
|
280
|
+
/** The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's configuration. */
|
|
281
281
|
modules?: {[P in string]: Config};
|
|
282
|
-
/** The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
282
|
+
/** Identifier. The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
283
283
|
name?: string;
|
|
284
284
|
/** Output only. The service account used by Container Threat Detection for scanning. Service accounts are scoped at the project level meaning this field will be empty at any level above a project. */
|
|
285
285
|
serviceAccount?: string;
|
|
@@ -367,9 +367,9 @@ declare namespace gapi.client {
|
|
|
367
367
|
val?: string;
|
|
368
368
|
}
|
|
369
369
|
interface EventThreatDetectionSettings {
|
|
370
|
-
/** The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's. */
|
|
370
|
+
/** The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's configuration. */
|
|
371
371
|
modules?: {[P in string]: Config};
|
|
372
|
-
/** The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
372
|
+
/** Identifier. The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
373
373
|
name?: string;
|
|
374
374
|
/** The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED. */
|
|
375
375
|
serviceEnablementState?: string;
|
|
@@ -964,7 +964,7 @@ declare namespace gapi.client {
|
|
|
964
964
|
interface GoogleCloudSecuritycenterV2BigQueryExport {
|
|
965
965
|
/** Output only. The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation. */
|
|
966
966
|
createTime?: string;
|
|
967
|
-
/** The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery
|
|
967
|
+
/** The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). */
|
|
968
968
|
dataset?: string;
|
|
969
969
|
/** The description of the export (max of 1024 characters). */
|
|
970
970
|
description?: string;
|
|
@@ -972,7 +972,7 @@ declare namespace gapi.client {
|
|
|
972
972
|
filter?: string;
|
|
973
973
|
/** Output only. Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update. */
|
|
974
974
|
mostRecentEditor?: string;
|
|
975
|
-
/** The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. The following list shows some examples: + `organizations/{organization_id}/locations/{location_id}/bigQueryExports/{export_id}` + `folders/{folder_id}/locations/{location_id}/bigQueryExports/{export_id}` + `projects/{project_id}/locations/{location_id}/bigQueryExports/{export_id}` This field is provided in responses, and is ignored when provided in create requests. */
|
|
975
|
+
/** Identifier. The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. The following list shows some examples: + `organizations/{organization_id}/locations/{location_id}/bigQueryExports/{export_id}` + `folders/{folder_id}/locations/{location_id}/bigQueryExports/{export_id}` + `projects/{project_id}/locations/{location_id}/bigQueryExports/{export_id}` This field is provided in responses, and is ignored when provided in create requests. */
|
|
976
976
|
name?: string;
|
|
977
977
|
/** Output only. The service account that needs permission to create table and upload data to the BigQuery dataset. */
|
|
978
978
|
principal?: string;
|
|
@@ -1407,7 +1407,7 @@ declare namespace gapi.client {
|
|
|
1407
1407
|
filter?: string;
|
|
1408
1408
|
/** Output only. Email address of the user who last edited the mute config. This field is set by the server and will be ignored if provided on config creation or update. */
|
|
1409
1409
|
mostRecentEditor?: string;
|
|
1410
|
-
/** This field will be ignored if provided on config creation. The following list shows some examples of the format: + `organizations/{organization}/muteConfigs/{mute_config}` + `organizations/{organization}locations/{location}//muteConfigs/{mute_config}` + `folders/{folder}/muteConfigs/{mute_config}` + `folders/{folder}/locations/{location}/muteConfigs/{mute_config}` + `projects/{project}/muteConfigs/{mute_config}` + `projects/{project}/locations/{location}/muteConfigs/{mute_config}` */
|
|
1410
|
+
/** Identifier. This field will be ignored if provided on config creation. The following list shows some examples of the format: + `organizations/{organization}/muteConfigs/{mute_config}` + `organizations/{organization}locations/{location}//muteConfigs/{mute_config}` + `folders/{folder}/muteConfigs/{mute_config}` + `folders/{folder}/locations/{location}/muteConfigs/{mute_config}` + `projects/{project}/muteConfigs/{mute_config}` + `projects/{project}/locations/{location}/muteConfigs/{mute_config}` */
|
|
1411
1411
|
name?: string;
|
|
1412
1412
|
/** Required. The type of the mute config, which determines what type of mute state the config affects. Immutable after creation. */
|
|
1413
1413
|
type?: string;
|
|
@@ -1575,19 +1575,19 @@ declare namespace gapi.client {
|
|
|
1575
1575
|
createTime?: string;
|
|
1576
1576
|
/** Description of the resource value configuration. */
|
|
1577
1577
|
description?: string;
|
|
1578
|
-
/** Name for the resource value configuration */
|
|
1578
|
+
/** Identifier. Name for the resource value configuration */
|
|
1579
1579
|
name?: string;
|
|
1580
1580
|
/** List of resource labels to search for, evaluated with `AND`. For example, "resource_labels_selector": {"key": "value", "env": "prod"} will match resources with labels "key": "value" `AND` "env": "prod" https://cloud.google.com/resource-manager/docs/creating-managing-labels */
|
|
1581
1581
|
resourceLabelsSelector?: {[P in string]: string};
|
|
1582
1582
|
/** Apply resource_value only to resources that match resource_type. resource_type will be checked with `AND` of other resources. For example, "storage.googleapis.com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.googleapis.com/Bucket" resources. */
|
|
1583
1583
|
resourceType?: string;
|
|
1584
|
-
/** Resource value level this expression represents Only required when there is no
|
|
1584
|
+
/** Resource value level this expression represents Only required when there is no Sensitive Data Protection mapping in the request */
|
|
1585
1585
|
resourceValue?: string;
|
|
1586
|
-
/** Project or folder to scope this configuration to. For example, "project/456" would apply this configuration only to resources in "project/456" scope will be checked with `AND` of other resources. */
|
|
1586
|
+
/** Project or folder to scope this configuration to. For example, "project/456" would apply this configuration only to resources in "project/456" scope and will be checked with `AND` of other resources. */
|
|
1587
1587
|
scope?: string;
|
|
1588
1588
|
/** A mapping of the sensitivity on Sensitive Data Protection finding to resource values. This mapping can only be used in combination with a resource_type that is related to BigQuery, e.g. "bigquery.googleapis.com/Dataset". */
|
|
1589
1589
|
sensitiveDataProtectionMapping?: GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping;
|
|
1590
|
-
/**
|
|
1590
|
+
/** Tag values combined with `AND` to check against. Values in the form "tagValues/123" Example: `[ "tagValues/123", "tagValues/456", "tagValues/789" ]` https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing */
|
|
1591
1591
|
tagValues?: string[];
|
|
1592
1592
|
/** Output only. Timestamp this resource value configuration was last updated. */
|
|
1593
1593
|
updateTime?: string;
|
|
@@ -1948,9 +1948,9 @@ declare namespace gapi.client {
|
|
|
1948
1948
|
orgServiceAccount?: string;
|
|
1949
1949
|
}
|
|
1950
1950
|
interface SecurityHealthAnalyticsSettings {
|
|
1951
|
-
/** The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's. */
|
|
1951
|
+
/** The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's configuration. */
|
|
1952
1952
|
modules?: {[P in string]: Config};
|
|
1953
|
-
/** The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
1953
|
+
/** Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
1954
1954
|
name?: string;
|
|
1955
1955
|
/** Output only. The service account used by Security Health Analytics detectors. */
|
|
1956
1956
|
serviceAccount?: string;
|
|
@@ -2036,9 +2036,9 @@ declare namespace gapi.client {
|
|
|
2036
2036
|
relatedFindings?: string[];
|
|
2037
2037
|
}
|
|
2038
2038
|
interface VirtualMachineThreatDetectionSettings {
|
|
2039
|
-
/** The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's. */
|
|
2039
|
+
/** The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's configuration. */
|
|
2040
2040
|
modules?: {[P in string]: Config};
|
|
2041
|
-
/** The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
2041
|
+
/** Identifier. The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
2042
2042
|
name?: string;
|
|
2043
2043
|
/** Output only. The service account used by Virtual Machine Threat Detection detectors. */
|
|
2044
2044
|
serviceAccount?: string;
|
|
@@ -2072,9 +2072,9 @@ declare namespace gapi.client {
|
|
|
2072
2072
|
snapshotTime?: string;
|
|
2073
2073
|
}
|
|
2074
2074
|
interface WebSecurityScannerSettings {
|
|
2075
|
-
/** The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's. */
|
|
2075
|
+
/** The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's configuration. */
|
|
2076
2076
|
modules?: {[P in string]: Config};
|
|
2077
|
-
/** The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
2077
|
+
/** Identifier. The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
2078
2078
|
name?: string;
|
|
2079
2079
|
/** The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED. */
|
|
2080
2080
|
serviceEnablementState?: string;
|
|
@@ -2463,7 +2463,7 @@ declare namespace gapi.client {
|
|
|
2463
2463
|
fields?: string;
|
|
2464
2464
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2465
2465
|
key?: string;
|
|
2466
|
-
/** The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
2466
|
+
/** Identifier. The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
2467
2467
|
name: string;
|
|
2468
2468
|
/** OAuth 2.0 token for the current user. */
|
|
2469
2469
|
oauth_token?: string;
|
|
@@ -2494,7 +2494,7 @@ declare namespace gapi.client {
|
|
|
2494
2494
|
fields?: string;
|
|
2495
2495
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2496
2496
|
key?: string;
|
|
2497
|
-
/** The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
2497
|
+
/** Identifier. The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
2498
2498
|
name: string;
|
|
2499
2499
|
/** OAuth 2.0 token for the current user. */
|
|
2500
2500
|
oauth_token?: string;
|
|
@@ -2525,7 +2525,7 @@ declare namespace gapi.client {
|
|
|
2525
2525
|
fields?: string;
|
|
2526
2526
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2527
2527
|
key?: string;
|
|
2528
|
-
/** The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
2528
|
+
/** Identifier. The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
2529
2529
|
name: string;
|
|
2530
2530
|
/** OAuth 2.0 token for the current user. */
|
|
2531
2531
|
oauth_token?: string;
|
|
@@ -2556,7 +2556,7 @@ declare namespace gapi.client {
|
|
|
2556
2556
|
fields?: string;
|
|
2557
2557
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2558
2558
|
key?: string;
|
|
2559
|
-
/** The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
2559
|
+
/** Identifier. The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
2560
2560
|
name: string;
|
|
2561
2561
|
/** OAuth 2.0 token for the current user. */
|
|
2562
2562
|
oauth_token?: string;
|
|
@@ -2649,7 +2649,7 @@ declare namespace gapi.client {
|
|
|
2649
2649
|
fields?: string;
|
|
2650
2650
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2651
2651
|
key?: string;
|
|
2652
|
-
/** The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
2652
|
+
/** Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
2653
2653
|
name: string;
|
|
2654
2654
|
/** OAuth 2.0 token for the current user. */
|
|
2655
2655
|
oauth_token?: string;
|
|
@@ -2680,7 +2680,7 @@ declare namespace gapi.client {
|
|
|
2680
2680
|
fields?: string;
|
|
2681
2681
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2682
2682
|
key?: string;
|
|
2683
|
-
/** The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
2683
|
+
/** Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
2684
2684
|
name: string;
|
|
2685
2685
|
/** OAuth 2.0 token for the current user. */
|
|
2686
2686
|
oauth_token?: string;
|
|
@@ -2711,7 +2711,7 @@ declare namespace gapi.client {
|
|
|
2711
2711
|
fields?: string;
|
|
2712
2712
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2713
2713
|
key?: string;
|
|
2714
|
-
/** The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
2714
|
+
/** Identifier. The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
2715
2715
|
name: string;
|
|
2716
2716
|
/** OAuth 2.0 token for the current user. */
|
|
2717
2717
|
oauth_token?: string;
|
|
@@ -2742,7 +2742,7 @@ declare namespace gapi.client {
|
|
|
2742
2742
|
fields?: string;
|
|
2743
2743
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2744
2744
|
key?: string;
|
|
2745
|
-
/** The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
2745
|
+
/** Identifier. The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
2746
2746
|
name: string;
|
|
2747
2747
|
/** OAuth 2.0 token for the current user. */
|
|
2748
2748
|
oauth_token?: string;
|
|
@@ -2773,7 +2773,7 @@ declare namespace gapi.client {
|
|
|
2773
2773
|
fields?: string;
|
|
2774
2774
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2775
2775
|
key?: string;
|
|
2776
|
-
/** The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
2776
|
+
/** Identifier. The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
2777
2777
|
name: string;
|
|
2778
2778
|
/** OAuth 2.0 token for the current user. */
|
|
2779
2779
|
oauth_token?: string;
|
|
@@ -2804,7 +2804,7 @@ declare namespace gapi.client {
|
|
|
2804
2804
|
fields?: string;
|
|
2805
2805
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2806
2806
|
key?: string;
|
|
2807
|
-
/** The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
2807
|
+
/** Identifier. The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
2808
2808
|
name: string;
|
|
2809
2809
|
/** OAuth 2.0 token for the current user. */
|
|
2810
2810
|
oauth_token?: string;
|
|
@@ -3233,7 +3233,7 @@ declare namespace gapi.client {
|
|
|
3233
3233
|
fields?: string;
|
|
3234
3234
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3235
3235
|
key?: string;
|
|
3236
|
-
/** The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
3236
|
+
/** Identifier. The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
3237
3237
|
name: string;
|
|
3238
3238
|
/** OAuth 2.0 token for the current user. */
|
|
3239
3239
|
oauth_token?: string;
|
|
@@ -3264,7 +3264,7 @@ declare namespace gapi.client {
|
|
|
3264
3264
|
fields?: string;
|
|
3265
3265
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3266
3266
|
key?: string;
|
|
3267
|
-
/** The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
3267
|
+
/** Identifier. The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
3268
3268
|
name: string;
|
|
3269
3269
|
/** OAuth 2.0 token for the current user. */
|
|
3270
3270
|
oauth_token?: string;
|
|
@@ -3295,7 +3295,7 @@ declare namespace gapi.client {
|
|
|
3295
3295
|
fields?: string;
|
|
3296
3296
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3297
3297
|
key?: string;
|
|
3298
|
-
/** The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
3298
|
+
/** Identifier. The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
3299
3299
|
name: string;
|
|
3300
3300
|
/** OAuth 2.0 token for the current user. */
|
|
3301
3301
|
oauth_token?: string;
|
|
@@ -3326,7 +3326,7 @@ declare namespace gapi.client {
|
|
|
3326
3326
|
fields?: string;
|
|
3327
3327
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3328
3328
|
key?: string;
|
|
3329
|
-
/** The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
3329
|
+
/** Identifier. The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
3330
3330
|
name: string;
|
|
3331
3331
|
/** OAuth 2.0 token for the current user. */
|
|
3332
3332
|
oauth_token?: string;
|
|
@@ -3419,7 +3419,7 @@ declare namespace gapi.client {
|
|
|
3419
3419
|
fields?: string;
|
|
3420
3420
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3421
3421
|
key?: string;
|
|
3422
|
-
/** The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
3422
|
+
/** Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
3423
3423
|
name: string;
|
|
3424
3424
|
/** OAuth 2.0 token for the current user. */
|
|
3425
3425
|
oauth_token?: string;
|
|
@@ -3450,7 +3450,7 @@ declare namespace gapi.client {
|
|
|
3450
3450
|
fields?: string;
|
|
3451
3451
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3452
3452
|
key?: string;
|
|
3453
|
-
/** The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
3453
|
+
/** Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
3454
3454
|
name: string;
|
|
3455
3455
|
/** OAuth 2.0 token for the current user. */
|
|
3456
3456
|
oauth_token?: string;
|
|
@@ -3481,7 +3481,7 @@ declare namespace gapi.client {
|
|
|
3481
3481
|
fields?: string;
|
|
3482
3482
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3483
3483
|
key?: string;
|
|
3484
|
-
/** The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
3484
|
+
/** Identifier. The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
3485
3485
|
name: string;
|
|
3486
3486
|
/** OAuth 2.0 token for the current user. */
|
|
3487
3487
|
oauth_token?: string;
|
|
@@ -3512,7 +3512,7 @@ declare namespace gapi.client {
|
|
|
3512
3512
|
fields?: string;
|
|
3513
3513
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3514
3514
|
key?: string;
|
|
3515
|
-
/** The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
3515
|
+
/** Identifier. The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
3516
3516
|
name: string;
|
|
3517
3517
|
/** OAuth 2.0 token for the current user. */
|
|
3518
3518
|
oauth_token?: string;
|
|
@@ -3543,7 +3543,7 @@ declare namespace gapi.client {
|
|
|
3543
3543
|
fields?: string;
|
|
3544
3544
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3545
3545
|
key?: string;
|
|
3546
|
-
/** The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
3546
|
+
/** Identifier. The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
3547
3547
|
name: string;
|
|
3548
3548
|
/** OAuth 2.0 token for the current user. */
|
|
3549
3549
|
oauth_token?: string;
|
|
@@ -3574,7 +3574,7 @@ declare namespace gapi.client {
|
|
|
3574
3574
|
fields?: string;
|
|
3575
3575
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3576
3576
|
key?: string;
|
|
3577
|
-
/** The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
3577
|
+
/** Identifier. The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
3578
3578
|
name: string;
|
|
3579
3579
|
/** OAuth 2.0 token for the current user. */
|
|
3580
3580
|
oauth_token?: string;
|
|
@@ -3727,7 +3727,7 @@ declare namespace gapi.client {
|
|
|
3727
3727
|
fields?: string;
|
|
3728
3728
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3729
3729
|
key?: string;
|
|
3730
|
-
/** The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
3730
|
+
/** Identifier. The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
3731
3731
|
name: string;
|
|
3732
3732
|
/** OAuth 2.0 token for the current user. */
|
|
3733
3733
|
oauth_token?: string;
|
|
@@ -3758,7 +3758,7 @@ declare namespace gapi.client {
|
|
|
3758
3758
|
fields?: string;
|
|
3759
3759
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3760
3760
|
key?: string;
|
|
3761
|
-
/** The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
3761
|
+
/** Identifier. The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
3762
3762
|
name: string;
|
|
3763
3763
|
/** OAuth 2.0 token for the current user. */
|
|
3764
3764
|
oauth_token?: string;
|
|
@@ -4100,7 +4100,7 @@ declare namespace gapi.client {
|
|
|
4100
4100
|
fields?: string;
|
|
4101
4101
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4102
4102
|
key?: string;
|
|
4103
|
-
/** The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
4103
|
+
/** Identifier. The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
4104
4104
|
name: string;
|
|
4105
4105
|
/** OAuth 2.0 token for the current user. */
|
|
4106
4106
|
oauth_token?: string;
|
|
@@ -4131,7 +4131,7 @@ declare namespace gapi.client {
|
|
|
4131
4131
|
fields?: string;
|
|
4132
4132
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4133
4133
|
key?: string;
|
|
4134
|
-
/** The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
4134
|
+
/** Identifier. The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings */
|
|
4135
4135
|
name: string;
|
|
4136
4136
|
/** OAuth 2.0 token for the current user. */
|
|
4137
4137
|
oauth_token?: string;
|
|
@@ -4162,7 +4162,7 @@ declare namespace gapi.client {
|
|
|
4162
4162
|
fields?: string;
|
|
4163
4163
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4164
4164
|
key?: string;
|
|
4165
|
-
/** The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
4165
|
+
/** Identifier. The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
4166
4166
|
name: string;
|
|
4167
4167
|
/** OAuth 2.0 token for the current user. */
|
|
4168
4168
|
oauth_token?: string;
|
|
@@ -4193,7 +4193,7 @@ declare namespace gapi.client {
|
|
|
4193
4193
|
fields?: string;
|
|
4194
4194
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4195
4195
|
key?: string;
|
|
4196
|
-
/** The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
4196
|
+
/** Identifier. The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings */
|
|
4197
4197
|
name: string;
|
|
4198
4198
|
/** OAuth 2.0 token for the current user. */
|
|
4199
4199
|
oauth_token?: string;
|
|
@@ -4286,7 +4286,7 @@ declare namespace gapi.client {
|
|
|
4286
4286
|
fields?: string;
|
|
4287
4287
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4288
4288
|
key?: string;
|
|
4289
|
-
/** The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
4289
|
+
/** Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
4290
4290
|
name: string;
|
|
4291
4291
|
/** OAuth 2.0 token for the current user. */
|
|
4292
4292
|
oauth_token?: string;
|
|
@@ -4317,7 +4317,7 @@ declare namespace gapi.client {
|
|
|
4317
4317
|
fields?: string;
|
|
4318
4318
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4319
4319
|
key?: string;
|
|
4320
|
-
/** The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
4320
|
+
/** Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings */
|
|
4321
4321
|
name: string;
|
|
4322
4322
|
/** OAuth 2.0 token for the current user. */
|
|
4323
4323
|
oauth_token?: string;
|
|
@@ -4348,7 +4348,7 @@ declare namespace gapi.client {
|
|
|
4348
4348
|
fields?: string;
|
|
4349
4349
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4350
4350
|
key?: string;
|
|
4351
|
-
/** The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
4351
|
+
/** Identifier. The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
4352
4352
|
name: string;
|
|
4353
4353
|
/** OAuth 2.0 token for the current user. */
|
|
4354
4354
|
oauth_token?: string;
|
|
@@ -4379,7 +4379,7 @@ declare namespace gapi.client {
|
|
|
4379
4379
|
fields?: string;
|
|
4380
4380
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4381
4381
|
key?: string;
|
|
4382
|
-
/** The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
4382
|
+
/** Identifier. The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings */
|
|
4383
4383
|
name: string;
|
|
4384
4384
|
/** OAuth 2.0 token for the current user. */
|
|
4385
4385
|
oauth_token?: string;
|
|
@@ -4410,7 +4410,7 @@ declare namespace gapi.client {
|
|
|
4410
4410
|
fields?: string;
|
|
4411
4411
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4412
4412
|
key?: string;
|
|
4413
|
-
/** The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
4413
|
+
/** Identifier. The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
4414
4414
|
name: string;
|
|
4415
4415
|
/** OAuth 2.0 token for the current user. */
|
|
4416
4416
|
oauth_token?: string;
|
|
@@ -4441,7 +4441,7 @@ declare namespace gapi.client {
|
|
|
4441
4441
|
fields?: string;
|
|
4442
4442
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4443
4443
|
key?: string;
|
|
4444
|
-
/** The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
4444
|
+
/** Identifier. The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings */
|
|
4445
4445
|
name: string;
|
|
4446
4446
|
/** OAuth 2.0 token for the current user. */
|
|
4447
4447
|
oauth_token?: string;
|