build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/securitycenter_v1beta2.projects.securityHealthAnalyticsSettings.html b/docs/dyn/securitycenter_v1beta2.projects.securityHealthAnalyticsSettings.html
index 82b9f98..089d31e 100644
--- a/docs/dyn/securitycenter_v1beta2.projects.securityHealthAnalyticsSettings.html
+++ b/docs/dyn/securitycenter_v1beta2.projects.securityHealthAnalyticsSettings.html
@@ -97,8 +97,6 @@
{ # Resource capturing the settings for the Security Health Analytics service.
"name": "A String", # The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings
- "serviceAccount": "A String", # Output only. The service account used by Security Health Analytics detectors.
- "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.
@@ -108,6 +106,8 @@
"moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
},
},
+ "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.
+ "serviceAccount": "A String", # Output only. The service account used by Security Health Analytics detectors.
}</pre>
</div>