service Agent Authentication
suspend fun serviceAgentAuthentication(value: Output<UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs>)
suspend fun serviceAgentAuthentication(value: UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs?)
Parameters
value
The authentication information using the Monitoring Service Agent. Optional when creating an HTTPS check; defaults to empty. Do not use with other authentication fields. Structure is documented below.
suspend fun serviceAgentAuthentication(argument: suspend UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgsBuilder.() -> Unit)
Parameters
argument
The authentication information using the Monitoring Service Agent. Optional when creating an HTTPS check; defaults to empty. Do not use with other authentication fields. Structure is documented below.