build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/securitycenter_v1beta2.projects.containerThreatDetectionSettings.html b/docs/dyn/securitycenter_v1beta2.projects.containerThreatDetectionSettings.html
index d243305..404a2e5 100644
--- a/docs/dyn/securitycenter_v1beta2.projects.containerThreatDetectionSettings.html
+++ b/docs/dyn/securitycenter_v1beta2.projects.containerThreatDetectionSettings.html
@@ -96,8 +96,6 @@
An object of the form:
{ # Resource capturing the settings for the Container Threat Detection service.
- "serviceEnablementState": "A String", # 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.
- "updateTime": "A String", # Output only. The time the settings were last updated.
"modules": { # 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.
"a_key": { # Configuration of a module.
"value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
@@ -108,6 +106,8 @@
},
"serviceAccount": "A String", # 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.
"name": "A String", # The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ "serviceEnablementState": "A String", # 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.
}</pre>
</div>