You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `The authentication information. Optional when creating an HTTP check; defaults to empty.`,
154
+
Description: `The authentication information using username and password. Optional when creating an HTTP check; defaults to empty. Do not use with other authentication fields.`,
Description: `The HTTP request method to use for the check. If set to 'METHOD_UNSPECIFIED' then 'request_method' defaults to 'GET'. Default value: "GET" Possible values: ["METHOD_UNSPECIFIED", "GET", "POST"]`,
239
239
Default: "GET",
240
240
},
241
+
"service_agent_authentication": {
242
+
Type: schema.TypeList,
243
+
Optional: true,
244
+
Description: `The authentication information using the Monitoring Service Agent. Optional when creating an HTTPS check; defaults to empty. Do not use with other authentication fields.`,
@@ -362,9 +365,14 @@ The following arguments are supported:
362
365
363
366
*`auth_info` -
364
367
(Optional)
365
-
The authentication information. Optional when creating an HTTP check; defaults to empty.
368
+
The authentication information using username and password. Optional when creating an HTTP check; defaults to empty. Do not use with other authentication fields.
366
369
Structure is [documented below](#nested_auth_info).
367
370
371
+
*`service_agent_authentication` -
372
+
(Optional)
373
+
The authentication information using the Monitoring Service Agent. Optional when creating an HTTPS check; defaults to empty. Do not use with other authentication fields.
374
+
Structure is [documented below](#nested_service_agent_authentication).
375
+
368
376
*`port` -
369
377
(Optional)
370
378
The port to the page to run the check against. Will be combined with `host` (specified within the [`monitored_resource`](#nested_monitored_resource)) and path to construct the full URL. Optional (defaults to 80 without SSL, or 443 with SSL).
@@ -415,6 +423,13 @@ The following arguments are supported:
0 commit comments