BrokerAuthenticatorMethodSvidArgs

data class BrokerAuthenticatorMethodSvidArgs(val agentSocketPath: Output<String>, val identityMaxRetry: Output<Double>? = null, val identityWaitRetryMs: Output<Double>? = null) : ConvertibleToJava<BrokerAuthenticatorMethodSvidArgs>

SVID for BrokerAuthentication

Constructors

Link copied to clipboard
constructor(agentSocketPath: Output<String>, identityMaxRetry: Output<Double>? = null, identityWaitRetryMs: Output<Double>? = null)

Properties

Link copied to clipboard
val agentSocketPath: Output<String>

Mounted socket path for spiffe agent.

Link copied to clipboard
val identityMaxRetry: Output<Double>? = null

Maximum number of re-tries to fetch identity.

Link copied to clipboard
val identityWaitRetryMs: Output<Double>? = null

Maximum time to wait before fetching identity again.

Functions

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