|
1981 | 1981 | }
|
1982 | 1982 | }
|
1983 | 1983 | },
|
1984 |
| - "revision": "20230727", |
| 1984 | + "revision": "20230914", |
1985 | 1985 | "rootUrl": "https://securitycenter.googleapis.com/",
|
1986 | 1986 | "schemas": {
|
1987 | 1987 | "Access": {
|
|
2710 | 2710 | "$ref": "ExfilResource"
|
2711 | 2711 | },
|
2712 | 2712 | "type": "array"
|
| 2713 | + }, |
| 2714 | + "totalExfiltratedBytes": { |
| 2715 | + "description": "Total exfiltrated bytes processed for the entire job.", |
| 2716 | + "format": "int64", |
| 2717 | + "type": "string" |
2713 | 2718 | }
|
2714 | 2719 | },
|
2715 | 2720 | "type": "object"
|
|
2876 | 2881 | "VULNERABILITY",
|
2877 | 2882 | "MISCONFIGURATION",
|
2878 | 2883 | "OBSERVATION",
|
2879 |
| - "SCC_ERROR" |
| 2884 | + "SCC_ERROR", |
| 2885 | + "POSTURE_VIOLATION" |
2880 | 2886 | ],
|
2881 | 2887 | "enumDescriptions": [
|
2882 | 2888 | "Unspecified finding class.",
|
2883 | 2889 | "Describes unwanted or malicious activity.",
|
2884 | 2890 | "Describes a potential weakness in software that increases risk to Confidentiality & Integrity & Availability.",
|
2885 | 2891 | "Describes a potential weakness in cloud resource/asset configuration that increases risk.",
|
2886 | 2892 | "Describes a security observation that is for informational purposes.",
|
2887 |
| - "Describes an error that prevents some SCC functionality." |
| 2893 | + "Describes an error that prevents some SCC functionality.", |
| 2894 | + "Describes a potential security risk due to a change in the security posture." |
2888 | 2895 | ],
|
2889 | 2896 | "type": "string"
|
2890 | 2897 | },
|
|
3231 | 3238 | "type": "array"
|
3232 | 3239 | },
|
3233 | 3240 | "externalSystemUpdateTime": {
|
3234 |
| - "description": "The most recent time when the corresponding finding's ticket/tracker was updated in the external system.", |
| 3241 | + "description": "The time when the case was last updated, as reported by the external system.", |
3235 | 3242 | "format": "google-datetime",
|
3236 | 3243 | "type": "string"
|
3237 | 3244 | },
|
3238 | 3245 | "externalUid": {
|
3239 |
| - "description": "Identifier that's used to track the given finding in the external system.", |
| 3246 | + "description": "The identifier that's used to track the finding's corresponding case in the external system.", |
3240 | 3247 | "type": "string"
|
3241 | 3248 | },
|
3242 | 3249 | "name": {
|
3243 | 3250 | "description": "Full resource name of the external system, for example: \"organizations/1234/sources/5678/findings/123456/externalSystems/jira\", \"folders/1234/sources/5678/findings/123456/externalSystems/jira\", \"projects/1234/sources/5678/findings/123456/externalSystems/jira\"",
|
3244 | 3251 | "type": "string"
|
3245 | 3252 | },
|
3246 | 3253 | "status": {
|
3247 |
| - "description": "Most recent status of the corresponding finding's ticket/tracker in the external system.", |
| 3254 | + "description": "The most recent status of the finding's corresponding case, as reported by the external system.", |
3248 | 3255 | "type": "string"
|
3249 | 3256 | }
|
3250 | 3257 | },
|
|
4605 | 4612 | "enum": [
|
4606 | 4613 | "TIER_UNSPECIFIED",
|
4607 | 4614 | "STANDARD",
|
4608 |
| - "PREMIUM" |
| 4615 | + "PREMIUM", |
| 4616 | + "ENTERPRISE" |
4609 | 4617 | ],
|
4610 | 4618 | "enumDescriptions": [
|
4611 | 4619 | "Default value. This value is unused.",
|
4612 | 4620 | "The standard tier.",
|
4613 |
| - "The premium tier." |
| 4621 | + "The premium tier.", |
| 4622 | + "The enterprise tier." |
4614 | 4623 | ],
|
4615 | 4624 | "type": "string"
|
4616 | 4625 | }
|
|
0 commit comments