blob: fa6ce9cd7531a19c3d36abb68beba9bb12216b39 [file] [log] [blame]
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="securitycenter_v1beta2.html">Security Command Center API</a> . <a href="securitycenter_v1beta2.projects.html">projects</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="securitycenter_v1beta2.projects.containerThreatDetectionSettings.html">containerThreatDetectionSettings()</a></code>
79</p>
80<p class="firstline">Returns the containerThreatDetectionSettings Resource.</p>
81
82<p class="toc_element">
83 <code><a href="securitycenter_v1beta2.projects.eventThreatDetectionSettings.html">eventThreatDetectionSettings()</a></code>
84</p>
85<p class="firstline">Returns the eventThreatDetectionSettings Resource.</p>
86
87<p class="toc_element">
88 <code><a href="securitycenter_v1beta2.projects.locations.html">locations()</a></code>
89</p>
90<p class="firstline">Returns the locations Resource.</p>
91
92<p class="toc_element">
93 <code><a href="securitycenter_v1beta2.projects.securityHealthAnalyticsSettings.html">securityHealthAnalyticsSettings()</a></code>
94</p>
95<p class="firstline">Returns the securityHealthAnalyticsSettings Resource.</p>
96
97<p class="toc_element">
yoshi-code-bot5a6231d2021-12-27 23:26:15 -080098 <code><a href="securitycenter_v1beta2.projects.virtualMachineThreatDetectionSettings.html">virtualMachineThreatDetectionSettings()</a></code>
99</p>
100<p class="firstline">Returns the virtualMachineThreatDetectionSettings Resource.</p>
101
102<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700103 <code><a href="securitycenter_v1beta2.projects.webSecurityScannerSettings.html">webSecurityScannerSettings()</a></code>
104</p>
105<p class="firstline">Returns the webSecurityScannerSettings Resource.</p>
106
107<p class="toc_element">
108 <code><a href="#close">close()</a></code></p>
109<p class="firstline">Close httplib2 connections.</p>
110<p class="toc_element">
111 <code><a href="#getContainerThreatDetectionSettings">getContainerThreatDetectionSettings(name, x__xgafv=None)</a></code></p>
112<p class="firstline">Get the ContainerThreatDetectionSettings resource.</p>
113<p class="toc_element">
114 <code><a href="#getEventThreatDetectionSettings">getEventThreatDetectionSettings(name, x__xgafv=None)</a></code></p>
115<p class="firstline">Get the EventThreatDetectionSettings resource.</p>
116<p class="toc_element">
117 <code><a href="#getSecurityHealthAnalyticsSettings">getSecurityHealthAnalyticsSettings(name, x__xgafv=None)</a></code></p>
118<p class="firstline">Get the SecurityHealthAnalyticsSettings resource.</p>
119<p class="toc_element">
yoshi-code-bot5a6231d2021-12-27 23:26:15 -0800120 <code><a href="#getVirtualMachineThreatDetectionSettings">getVirtualMachineThreatDetectionSettings(name, x__xgafv=None)</a></code></p>
121<p class="firstline">Get the VirtualMachineThreatDetectionSettings resource.</p>
122<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700123 <code><a href="#getWebSecurityScannerSettings">getWebSecurityScannerSettings(name, x__xgafv=None)</a></code></p>
124<p class="firstline">Get the WebSecurityScannerSettings resource.</p>
125<p class="toc_element">
126 <code><a href="#updateContainerThreatDetectionSettings">updateContainerThreatDetectionSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
127<p class="firstline">Update the ContainerThreatDetectionSettings resource.</p>
128<p class="toc_element">
129 <code><a href="#updateEventThreatDetectionSettings">updateEventThreatDetectionSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
130<p class="firstline">Update the EventThreatDetectionSettings resource.</p>
131<p class="toc_element">
132 <code><a href="#updateSecurityHealthAnalyticsSettings">updateSecurityHealthAnalyticsSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
133<p class="firstline">Update the SecurityHealthAnalyticsSettings resource.</p>
134<p class="toc_element">
yoshi-code-bot5a6231d2021-12-27 23:26:15 -0800135 <code><a href="#updateVirtualMachineThreatDetectionSettings">updateVirtualMachineThreatDetectionSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
136<p class="firstline">Update the VirtualMachineThreatDetectionSettings resource.</p>
137<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700138 <code><a href="#updateWebSecurityScannerSettings">updateWebSecurityScannerSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
139<p class="firstline">Update the WebSecurityScannerSettings resource.</p>
140<h3>Method Details</h3>
141<div class="method">
142 <code class="details" id="close">close()</code>
143 <pre>Close httplib2 connections.</pre>
144</div>
145
146<div class="method">
147 <code class="details" id="getContainerThreatDetectionSettings">getContainerThreatDetectionSettings(name, x__xgafv=None)</code>
148 <pre>Get the ContainerThreatDetectionSettings resource.
149
150Args:
151 name: string, Required. The name of the ContainerThreatDetectionSettings to retrieve. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings (required)
152 x__xgafv: string, V1 error format.
153 Allowed values
154 1 - v1 error format
155 2 - v2 error format
156
157Returns:
158 An object of the form:
159
160 { # Resource capturing the settings for the Container Threat Detection service.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800161 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
162 &quot;a_key&quot;: { # Configuration of a module.
163 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
164 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
165 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700166 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800167 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800168 },
169 &quot;name&quot;: &quot;A String&quot;, # The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings
170 &quot;serviceAccount&quot;: &quot;A String&quot;, # 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.
171 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
172 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
173}</pre>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700174</div>
175
176<div class="method">
177 <code class="details" id="getEventThreatDetectionSettings">getEventThreatDetectionSettings(name, x__xgafv=None)</code>
178 <pre>Get the EventThreatDetectionSettings resource.
179
180Args:
181 name: string, Required. The name of the EventThreatDetectionSettings to retrieve. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings (required)
182 x__xgafv: string, V1 error format.
183 Allowed values
184 1 - v1 error format
185 2 - v2 error format
186
187Returns:
188 An object of the form:
189
190 { # Resource capturing the settings for the Event Threat Detection service.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800191 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
192 &quot;a_key&quot;: { # Configuration of a module.
193 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
194 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
195 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700196 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800197 },
198 },
199 &quot;name&quot;: &quot;A String&quot;, # The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings
200 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
201 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
202}</pre>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700203</div>
204
205<div class="method">
206 <code class="details" id="getSecurityHealthAnalyticsSettings">getSecurityHealthAnalyticsSettings(name, x__xgafv=None)</code>
207 <pre>Get the SecurityHealthAnalyticsSettings resource.
208
209Args:
210 name: string, Required. The name of the SecurityHealthAnalyticsSettings to retrieve. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings (required)
211 x__xgafv: string, V1 error format.
212 Allowed values
213 1 - v1 error format
214 2 - v2 error format
215
216Returns:
217 An object of the form:
218
219 { # Resource capturing the settings for the Security Health Analytics service.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800220 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
221 &quot;a_key&quot;: { # Configuration of a module.
222 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
223 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
224 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700225 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800226 },
227 },
228 &quot;name&quot;: &quot;A String&quot;, # The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings
229 &quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. The service account used by Security Health Analytics detectors.
230 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
231 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
232}</pre>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700233</div>
234
235<div class="method">
yoshi-code-bot5a6231d2021-12-27 23:26:15 -0800236 <code class="details" id="getVirtualMachineThreatDetectionSettings">getVirtualMachineThreatDetectionSettings(name, x__xgafv=None)</code>
237 <pre>Get the VirtualMachineThreatDetectionSettings resource.
238
239Args:
240 name: string, Required. The name of the VirtualMachineThreatDetectionSettings to retrieve. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings (required)
241 x__xgafv: string, V1 error format.
242 Allowed values
243 1 - v1 error format
244 2 - v2 error format
245
246Returns:
247 An object of the form:
248
249 { # Resource capturing the settings for the Virtual Machine Threat Detection service.
250 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
251 &quot;a_key&quot;: { # Configuration of a module.
252 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
253 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
254 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
255 },
256 },
257 },
258 &quot;name&quot;: &quot;A String&quot;, # The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings
259 &quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. The service account used by Virtual Machine Threat Detection detectors.
260 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
261 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
262}</pre>
263</div>
264
265<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700266 <code class="details" id="getWebSecurityScannerSettings">getWebSecurityScannerSettings(name, x__xgafv=None)</code>
267 <pre>Get the WebSecurityScannerSettings resource.
268
269Args:
270 name: string, Required. The name of the WebSecurityScannerSettings to retrieve. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings (required)
271 x__xgafv: string, V1 error format.
272 Allowed values
273 1 - v1 error format
274 2 - v2 error format
275
276Returns:
277 An object of the form:
278
279 { # Resource capturing the settings for the Web Security Scanner service.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800280 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
281 &quot;a_key&quot;: { # Configuration of a module.
282 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
283 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
284 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700285 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800286 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800287 },
288 &quot;name&quot;: &quot;A String&quot;, # The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings
289 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
290 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
291}</pre>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700292</div>
293
294<div class="method">
295 <code class="details" id="updateContainerThreatDetectionSettings">updateContainerThreatDetectionSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
296 <pre>Update the ContainerThreatDetectionSettings resource.
297
298Args:
299 name: string, The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings (required)
300 body: object, The request body.
301 The object takes the form of:
302
303{ # Resource capturing the settings for the Container Threat Detection service.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800304 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
305 &quot;a_key&quot;: { # Configuration of a module.
306 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
307 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
308 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700309 },
310 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800311 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800312 &quot;name&quot;: &quot;A String&quot;, # The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings
313 &quot;serviceAccount&quot;: &quot;A String&quot;, # 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.
314 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
315 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800316}
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700317
318 updateMask: string, The list of fields to be updated.
319 x__xgafv: string, V1 error format.
320 Allowed values
321 1 - v1 error format
322 2 - v2 error format
323
324Returns:
325 An object of the form:
326
327 { # Resource capturing the settings for the Container Threat Detection service.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800328 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
329 &quot;a_key&quot;: { # Configuration of a module.
330 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
331 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
332 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700333 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800334 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800335 },
336 &quot;name&quot;: &quot;A String&quot;, # The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings
337 &quot;serviceAccount&quot;: &quot;A String&quot;, # 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.
338 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
339 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
340}</pre>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700341</div>
342
343<div class="method">
344 <code class="details" id="updateEventThreatDetectionSettings">updateEventThreatDetectionSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
345 <pre>Update the EventThreatDetectionSettings resource.
346
347Args:
348 name: string, The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings (required)
349 body: object, The request body.
350 The object takes the form of:
351
352{ # Resource capturing the settings for the Event Threat Detection service.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800353 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
354 &quot;a_key&quot;: { # Configuration of a module.
355 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
356 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
357 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700358 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700359 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800360 },
361 &quot;name&quot;: &quot;A String&quot;, # The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings
362 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
363 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
364}
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700365
366 updateMask: string, The list of fields to be updated.
367 x__xgafv: string, V1 error format.
368 Allowed values
369 1 - v1 error format
370 2 - v2 error format
371
372Returns:
373 An object of the form:
374
375 { # Resource capturing the settings for the Event Threat Detection service.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800376 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
377 &quot;a_key&quot;: { # Configuration of a module.
378 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
379 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
380 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700381 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800382 },
383 },
384 &quot;name&quot;: &quot;A String&quot;, # The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings
385 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
386 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
387}</pre>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700388</div>
389
390<div class="method">
391 <code class="details" id="updateSecurityHealthAnalyticsSettings">updateSecurityHealthAnalyticsSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
392 <pre>Update the SecurityHealthAnalyticsSettings resource.
393
394Args:
395 name: string, The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings (required)
396 body: object, The request body.
397 The object takes the form of:
398
399{ # Resource capturing the settings for the Security Health Analytics service.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800400 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
401 &quot;a_key&quot;: { # Configuration of a module.
402 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
403 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
404 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700405 },
406 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800407 },
408 &quot;name&quot;: &quot;A String&quot;, # The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings
409 &quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. The service account used by Security Health Analytics detectors.
410 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
411 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
412}
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700413
414 updateMask: string, The list of fields to be updated.
415 x__xgafv: string, V1 error format.
416 Allowed values
417 1 - v1 error format
418 2 - v2 error format
419
420Returns:
421 An object of the form:
422
423 { # Resource capturing the settings for the Security Health Analytics service.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800424 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
425 &quot;a_key&quot;: { # Configuration of a module.
426 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
427 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
428 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700429 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800430 },
431 },
432 &quot;name&quot;: &quot;A String&quot;, # The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings
433 &quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. The service account used by Security Health Analytics detectors.
434 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
435 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
436}</pre>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700437</div>
438
439<div class="method">
yoshi-code-bot5a6231d2021-12-27 23:26:15 -0800440 <code class="details" id="updateVirtualMachineThreatDetectionSettings">updateVirtualMachineThreatDetectionSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
441 <pre>Update the VirtualMachineThreatDetectionSettings resource.
442
443Args:
444 name: string, The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings (required)
445 body: object, The request body.
446 The object takes the form of:
447
448{ # Resource capturing the settings for the Virtual Machine Threat Detection service.
449 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
450 &quot;a_key&quot;: { # Configuration of a module.
451 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
452 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
453 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
454 },
455 },
456 },
457 &quot;name&quot;: &quot;A String&quot;, # The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings
458 &quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. The service account used by Virtual Machine Threat Detection detectors.
459 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
460 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
461}
462
463 updateMask: string, The list of fields to be updated.
464 x__xgafv: string, V1 error format.
465 Allowed values
466 1 - v1 error format
467 2 - v2 error format
468
469Returns:
470 An object of the form:
471
472 { # Resource capturing the settings for the Virtual Machine Threat Detection service.
473 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
474 &quot;a_key&quot;: { # Configuration of a module.
475 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
476 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
477 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
478 },
479 },
480 },
481 &quot;name&quot;: &quot;A String&quot;, # The resource name of the VirtualMachineThreatDetectionSettings. Formats: * organizations/{organization}/virtualMachineThreatDetectionSettings * folders/{folder}/virtualMachineThreatDetectionSettings * projects/{project}/virtualMachineThreatDetectionSettings
482 &quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. The service account used by Virtual Machine Threat Detection detectors.
483 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
484 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
485}</pre>
486</div>
487
488<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700489 <code class="details" id="updateWebSecurityScannerSettings">updateWebSecurityScannerSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
490 <pre>Update the WebSecurityScannerSettings resource.
491
492Args:
493 name: string, The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings (required)
494 body: object, The request body.
495 The object takes the form of:
496
497{ # Resource capturing the settings for the Web Security Scanner service.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800498 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
499 &quot;a_key&quot;: { # Configuration of a module.
500 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
501 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
502 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700503 },
504 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800505 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800506 &quot;name&quot;: &quot;A String&quot;, # The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800507 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800508 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800509}
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700510
511 updateMask: string, The list of fields to be updated.
512 x__xgafv: string, V1 error format.
513 Allowed values
514 1 - v1 error format
515 2 - v2 error format
516
517Returns:
518 An object of the form:
519
520 { # Resource capturing the settings for the Web Security Scanner service.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800521 &quot;modules&quot;: { # The configurations including the state of enablement for the service&#x27;s different modules. The absence of a module in the map implies its configuration is inherited from its parent&#x27;s.
522 &quot;a_key&quot;: { # Configuration of a module.
523 &quot;moduleEnablementState&quot;: &quot;A String&quot;, # The state of enablement for the module at its level of the resource hierarchy.
524 &quot;value&quot;: { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
525 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700526 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800527 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800528 },
529 &quot;name&quot;: &quot;A String&quot;, # The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings
530 &quot;serviceEnablementState&quot;: &quot;A String&quot;, # 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.
531 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the settings were last updated.
532}</pre>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700533</div>
534
535</body></html>