You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this configuration's data, if configured during Security Command Center activation.",
9829
+
"readOnly": true,
9830
+
"type": "string"
9831
+
},
9827
9832
"dataset": {
9828
9833
"description": "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 (_).",
9829
9834
"type": "string"
@@ -10958,6 +10963,11 @@
10958
10963
"readOnly": true,
10959
10964
"type": "string"
10960
10965
},
10966
+
"cryptoKeyName": {
10967
+
"description": "Output only. The name of the Cloud KMS key used to encrypt this finding, if any.",
10968
+
"readOnly": true,
10969
+
"type": "string"
10970
+
},
10961
10971
"dataAccessEvents": {
10962
10972
"description": "Data access events associated with the finding.",
10963
10973
"items": {
@@ -12750,6 +12760,11 @@
12750
12760
"readOnly": true,
12751
12761
"type": "string"
12752
12762
},
12763
+
"cryptoKeyName": {
12764
+
"description": "Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration data, if CMEK was enabled during Security Command Center activation.",
12765
+
"readOnly": true,
12766
+
"type": "string"
12767
+
},
12753
12768
"description": {
12754
12769
"description": "A description of the mute config.",
"description": "Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this configuration's data, if configured during Security Command Center activation.",
4499
+
"readOnly": true,
4500
+
"type": "string"
4501
+
},
4497
4502
"dataset": {
4498
4503
"description": "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 (_).",
4499
4504
"type": "string"
@@ -5628,6 +5633,11 @@
5628
5633
"readOnly": true,
5629
5634
"type": "string"
5630
5635
},
5636
+
"cryptoKeyName": {
5637
+
"description": "Output only. The name of the Cloud KMS key used to encrypt this finding, if any.",
5638
+
"readOnly": true,
5639
+
"type": "string"
5640
+
},
5631
5641
"dataAccessEvents": {
5632
5642
"description": "Data access events associated with the finding.",
5633
5643
"items": {
@@ -7420,6 +7430,11 @@
7420
7430
"readOnly": true,
7421
7431
"type": "string"
7422
7432
},
7433
+
"cryptoKeyName": {
7434
+
"description": "Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration data, if CMEK was enabled during Security Command Center activation.",
7435
+
"readOnly": true,
7436
+
"type": "string"
7437
+
},
7423
7438
"description": {
7424
7439
"description": "A description of the mute config.",
"description": "Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this configuration's data, if configured during Security Command Center activation.",
5492
+
"readOnly": true,
5493
+
"type": "string"
5494
+
},
5490
5495
"dataset": {
5491
5496
"description": "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 (_).",
5492
5497
"type": "string"
@@ -6621,6 +6626,11 @@
6621
6626
"readOnly": true,
6622
6627
"type": "string"
6623
6628
},
6629
+
"cryptoKeyName": {
6630
+
"description": "Output only. The name of the Cloud KMS key used to encrypt this finding, if any.",
6631
+
"readOnly": true,
6632
+
"type": "string"
6633
+
},
6624
6634
"dataAccessEvents": {
6625
6635
"description": "Data access events associated with the finding.",
6626
6636
"items": {
@@ -8413,6 +8423,11 @@
8413
8423
"readOnly": true,
8414
8424
"type": "string"
8415
8425
},
8426
+
"cryptoKeyName": {
8427
+
"description": "Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration data, if CMEK was enabled during Security Command Center activation.",
8428
+
"readOnly": true,
8429
+
"type": "string"
8430
+
},
8416
8431
"description": {
8417
8432
"description": "A description of the mute config.",
8418
8433
"type": "string"
@@ -10939,6 +10954,10 @@
10939
10954
"description": "Resource capturing the settings for Security Center.",
10940
10955
"id": "SecurityCenterSettings",
10941
10956
"properties": {
10957
+
"cryptoKeyName": {
10958
+
"description": "The KMS key name used for CMEK encryption. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key_name}",
10959
+
"type": "string"
10960
+
},
10942
10961
"logSinkProject": {
10943
10962
"description": "The resource name of the project to send logs to. This project must be part of the organization this resource resides in. The format is `projects/{project_id}`. An empty value disables logging. This value is only referenced by services that support log sink. Please refer to the documentation for an updated list of compatible services. This may only be specified for organization level onboarding.",
* 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.
2817
2817
*/
2818
2818
createTime?: string | null;
2819
+
/**
2820
+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this configuration's data, if configured during Security Command Center activation.
2821
+
*/
2822
+
cryptoKeyName?: string | null;
2819
2823
/**
2820
2824
* 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 (_).
* Output only. The time at which the mute config was created. This field is set by the server and will be ignored if provided on config creation.
4339
4347
*/
4340
4348
createTime?: string | null;
4349
+
/**
4350
+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration data, if CMEK was enabled during Security Command Center activation.
* 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.
2623
2623
*/
2624
2624
createTime?: string|null;
2625
+
/**
2626
+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this configuration's data, if configured during Security Command Center activation.
2627
+
*/
2628
+
cryptoKeyName?: string|null;
2625
2629
/**
2626
2630
* 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 (_).
* Output only. The time at which the mute config was created. This field is set by the server and will be ignored if provided on config creation.
4145
4153
*/
4146
4154
createTime?: string|null;
4155
+
/**
4156
+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration data, if CMEK was enabled during Security Command Center activation.
* 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.
2534
2534
*/
2535
2535
createTime?: string | null;
2536
+
/**
2537
+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this configuration's data, if configured during Security Command Center activation.
2538
+
*/
2539
+
cryptoKeyName?: string | null;
2536
2540
/**
2537
2541
* 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 (_).
* Output only. The time at which the mute config was created. This field is set by the server and will be ignored if provided on config creation.
4056
4064
*/
4057
4065
createTime?: string | null;
4066
+
/**
4067
+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration data, if CMEK was enabled during Security Command Center activation.
* Resource capturing the settings for Security Center.
5394
5406
*/
5395
5407
export interface Schema$SecurityCenterSettings {
5408
+
/**
5409
+
* The KMS key name used for CMEK encryption. Format: projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{key_name\}
5410
+
*/
5411
+
cryptoKeyName?: string | null;
5396
5412
/**
5397
5413
* The resource name of the project to send logs to. This project must be part of the organization this resource resides in. The format is `projects/{project_id\}`. An empty value disables logging. This value is only referenced by services that support log sink. Please refer to the documentation for an updated list of compatible services. This may only be specified for organization level onboarding.
0 commit comments