|
3006 | 3006 | "description": "The standard list page token.", |
3007 | 3007 | "location": "query", |
3008 | 3008 | "type": "string" |
| 3009 | + }, |
| 3010 | + "returnPartialSuccess": { |
| 3011 | + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", |
| 3012 | + "location": "query", |
| 3013 | + "type": "boolean" |
3009 | 3014 | } |
3010 | 3015 | }, |
3011 | 3016 | "path": "v1/{+name}", |
|
5938 | 5943 | } |
5939 | 5944 | } |
5940 | 5945 | }, |
5941 | | - "revision": "20250915", |
| 5946 | + "revision": "20251006", |
5942 | 5947 | "rootUrl": "https://securitycenter.googleapis.com/", |
5943 | 5948 | "schemas": { |
5944 | 5949 | "Access": { |
|
6848 | 6853 | "description": "Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.", |
6849 | 6854 | "type": "string" |
6850 | 6855 | }, |
| 6856 | + "infoTypes": { |
| 6857 | + "description": "Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.", |
| 6858 | + "items": { |
| 6859 | + "$ref": "InfoType" |
| 6860 | + }, |
| 6861 | + "type": "array" |
| 6862 | + }, |
6851 | 6863 | "parentType": { |
6852 | 6864 | "description": "The resource hierarchy level at which the data profile was generated.", |
6853 | 6865 | "enum": [ |
|
9996 | 10008 | "description": "Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.", |
9997 | 10009 | "type": "string" |
9998 | 10010 | }, |
| 10011 | + "infoTypes": { |
| 10012 | + "description": "Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.", |
| 10013 | + "items": { |
| 10014 | + "$ref": "GoogleCloudSecuritycenterV2InfoType" |
| 10015 | + }, |
| 10016 | + "type": "array" |
| 10017 | + }, |
9999 | 10018 | "parentType": { |
10000 | 10019 | "description": "The resource hierarchy level at which the data profile was generated.", |
10001 | 10020 | "enum": [ |
|
11442 | 11461 | }, |
11443 | 11462 | "type": "object" |
11444 | 11463 | }, |
| 11464 | + "GoogleCloudSecuritycenterV2InfoType": { |
| 11465 | + "description": "Type of information detected by the API.", |
| 11466 | + "id": "GoogleCloudSecuritycenterV2InfoType", |
| 11467 | + "properties": { |
| 11468 | + "name": { |
| 11469 | + "description": "Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`.", |
| 11470 | + "type": "string" |
| 11471 | + }, |
| 11472 | + "sensitivityScore": { |
| 11473 | + "$ref": "GoogleCloudSecuritycenterV2SensitivityScore", |
| 11474 | + "description": "Optional custom sensitivity for this InfoType. This only applies to data profiling." |
| 11475 | + }, |
| 11476 | + "version": { |
| 11477 | + "description": "Optional version name for this InfoType.", |
| 11478 | + "type": "string" |
| 11479 | + } |
| 11480 | + }, |
| 11481 | + "type": "object" |
| 11482 | + }, |
11445 | 11483 | "GoogleCloudSecuritycenterV2IpRule": { |
11446 | 11484 | "description": "IP rule information.", |
11447 | 11485 | "id": "GoogleCloudSecuritycenterV2IpRule", |
|
12239 | 12277 | "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", |
12240 | 12278 | "EXPLOITATION_FOR_CLIENT_EXECUTION", |
12241 | 12279 | "USER_EXECUTION", |
| 12280 | + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", |
12242 | 12281 | "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", |
12243 | 12282 | "DOMAIN_POLICY_MODIFICATION", |
12244 | 12283 | "DATA_DESTRUCTION", |
|
12379 | 12418 | "T1195.001", |
12380 | 12419 | "T1203", |
12381 | 12420 | "T1204", |
| 12421 | + "T1212", |
12382 | 12422 | "T1222.002", |
12383 | 12423 | "T1484", |
12384 | 12424 | "T1485", |
|
12564 | 12604 | "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", |
12565 | 12605 | "EXPLOITATION_FOR_CLIENT_EXECUTION", |
12566 | 12606 | "USER_EXECUTION", |
| 12607 | + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", |
12567 | 12608 | "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", |
12568 | 12609 | "DOMAIN_POLICY_MODIFICATION", |
12569 | 12610 | "DATA_DESTRUCTION", |
|
12704 | 12745 | "T1195.001", |
12705 | 12746 | "T1203", |
12706 | 12747 | "T1204", |
| 12748 | + "T1212", |
12707 | 12749 | "T1222.002", |
12708 | 12750 | "T1484", |
12709 | 12751 | "T1485", |
|
13602 | 13644 | }, |
13603 | 13645 | "type": "object" |
13604 | 13646 | }, |
| 13647 | + "GoogleCloudSecuritycenterV2SensitivityScore": { |
| 13648 | + "description": "Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.", |
| 13649 | + "id": "GoogleCloudSecuritycenterV2SensitivityScore", |
| 13650 | + "properties": { |
| 13651 | + "score": { |
| 13652 | + "description": "The sensitivity score applied to the resource.", |
| 13653 | + "enum": [ |
| 13654 | + "SENSITIVITY_SCORE_LEVEL_UNSPECIFIED", |
| 13655 | + "SENSITIVITY_LOW", |
| 13656 | + "SENSITIVITY_UNKNOWN", |
| 13657 | + "SENSITIVITY_MODERATE", |
| 13658 | + "SENSITIVITY_HIGH" |
| 13659 | + ], |
| 13660 | + "enumDescriptions": [ |
| 13661 | + "Unused.", |
| 13662 | + "No sensitive information detected. The resource isn't publicly accessible.", |
| 13663 | + "Unable to determine sensitivity.", |
| 13664 | + "Medium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.", |
| 13665 | + "High risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII." |
| 13666 | + ], |
| 13667 | + "type": "string" |
| 13668 | + } |
| 13669 | + }, |
| 13670 | + "type": "object" |
| 13671 | + }, |
13605 | 13672 | "GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo": { |
13606 | 13673 | "description": "Identity delegation history of an authenticated service account.", |
13607 | 13674 | "id": "GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo", |
|
14043 | 14110 | }, |
14044 | 14111 | "type": "object" |
14045 | 14112 | }, |
| 14113 | + "InfoType": { |
| 14114 | + "description": "Type of information detected by the API.", |
| 14115 | + "id": "InfoType", |
| 14116 | + "properties": { |
| 14117 | + "name": { |
| 14118 | + "description": "Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`.", |
| 14119 | + "type": "string" |
| 14120 | + }, |
| 14121 | + "sensitivityScore": { |
| 14122 | + "$ref": "SensitivityScore", |
| 14123 | + "description": "Optional custom sensitivity for this InfoType. This only applies to data profiling." |
| 14124 | + }, |
| 14125 | + "version": { |
| 14126 | + "description": "Optional version name for this InfoType.", |
| 14127 | + "type": "string" |
| 14128 | + } |
| 14129 | + }, |
| 14130 | + "type": "object" |
| 14131 | + }, |
14046 | 14132 | "IpRule": { |
14047 | 14133 | "description": "IP rule information.", |
14048 | 14134 | "id": "IpRule", |
|
14557 | 14643 | "$ref": "Operation" |
14558 | 14644 | }, |
14559 | 14645 | "type": "array" |
| 14646 | + }, |
| 14647 | + "unreachable": { |
| 14648 | + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", |
| 14649 | + "items": { |
| 14650 | + "type": "string" |
| 14651 | + }, |
| 14652 | + "type": "array" |
14560 | 14653 | } |
14561 | 14654 | }, |
14562 | 14655 | "type": "object" |
|
14800 | 14893 | "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", |
14801 | 14894 | "EXPLOITATION_FOR_CLIENT_EXECUTION", |
14802 | 14895 | "USER_EXECUTION", |
| 14896 | + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", |
14803 | 14897 | "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", |
14804 | 14898 | "DOMAIN_POLICY_MODIFICATION", |
14805 | 14899 | "DATA_DESTRUCTION", |
|
14940 | 15034 | "T1195.001", |
14941 | 15035 | "T1203", |
14942 | 15036 | "T1204", |
| 15037 | + "T1212", |
14943 | 15038 | "T1222.002", |
14944 | 15039 | "T1484", |
14945 | 15040 | "T1485", |
|
15125 | 15220 | "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", |
15126 | 15221 | "EXPLOITATION_FOR_CLIENT_EXECUTION", |
15127 | 15222 | "USER_EXECUTION", |
| 15223 | + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", |
15128 | 15224 | "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", |
15129 | 15225 | "DOMAIN_POLICY_MODIFICATION", |
15130 | 15226 | "DATA_DESTRUCTION", |
|
15265 | 15361 | "T1195.001", |
15266 | 15362 | "T1203", |
15267 | 15363 | "T1204", |
| 15364 | + "T1212", |
15268 | 15365 | "T1222.002", |
15269 | 15366 | "T1484", |
15270 | 15367 | "T1485", |
|
16192 | 16289 | }, |
16193 | 16290 | "type": "object" |
16194 | 16291 | }, |
| 16292 | + "SensitivityScore": { |
| 16293 | + "description": "Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.", |
| 16294 | + "id": "SensitivityScore", |
| 16295 | + "properties": { |
| 16296 | + "score": { |
| 16297 | + "description": "The sensitivity score applied to the resource.", |
| 16298 | + "enum": [ |
| 16299 | + "SENSITIVITY_SCORE_LEVEL_UNSPECIFIED", |
| 16300 | + "SENSITIVITY_LOW", |
| 16301 | + "SENSITIVITY_UNKNOWN", |
| 16302 | + "SENSITIVITY_MODERATE", |
| 16303 | + "SENSITIVITY_HIGH" |
| 16304 | + ], |
| 16305 | + "enumDescriptions": [ |
| 16306 | + "Unused.", |
| 16307 | + "No sensitive information detected. The resource isn't publicly accessible.", |
| 16308 | + "Unable to determine sensitivity.", |
| 16309 | + "Medium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.", |
| 16310 | + "High risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII." |
| 16311 | + ], |
| 16312 | + "type": "string" |
| 16313 | + } |
| 16314 | + }, |
| 16315 | + "type": "object" |
| 16316 | + }, |
16195 | 16317 | "ServiceAccountDelegationInfo": { |
16196 | 16318 | "description": "Identity delegation history of an authenticated service account.", |
16197 | 16319 | "id": "ServiceAccountDelegationInfo", |
|
0 commit comments