UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs

data class UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs(val type: Output<String>? = null) : ConvertibleToJava<UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs>

Constructors

constructor(type: Output<String>? = null)

Properties

Link copied to clipboard
val type: Output<String>? = null

The type of authentication to use. Possible values are: SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED, OIDC_TOKEN.

Functions

Link copied to clipboard
open override fun toJava(): UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs