
com.pulumi.azurenative.iotoperations.kotlin.inputs.BrokerAuthenticatorMethodCustomArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.iotoperations.kotlin.inputs
import com.pulumi.azurenative.iotoperations.inputs.BrokerAuthenticatorMethodCustomArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Custom method for BrokerAuthentication
* @property auth Optional authentication needed for authenticating with the custom authentication server.
* @property caCertConfigMap Optional CA certificate for validating the custom authentication server's certificate.
* @property endpoint Endpoint of the custom authentication server. Must be an HTTPS endpoint.
* @property headers Additional HTTP headers to pass to the custom authentication server.
*/
public data class BrokerAuthenticatorMethodCustomArgs(
public val auth: Output? = null,
public val caCertConfigMap: Output? = null,
public val endpoint: Output,
public val headers: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy