BrokerAuthenticatorMethodSvidResponse

data class BrokerAuthenticatorMethodSvidResponse(val agentSocketPath: String, val identityMaxRetry: Double? = null, val identityWaitRetryMs: Double? = null)

SVID for BrokerAuthentication

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mounted socket path for spiffe agent.

Link copied to clipboard

Maximum number of re-tries to fetch identity.

Link copied to clipboard

Maximum time to wait before fetching identity again.