ListIntegrationRuntimeAuthKeyResult

data class ListIntegrationRuntimeAuthKeyResult(val authKey1: String? = null, val authKey2: String? = null)

The integration runtime authentication keys.

Constructors

Link copied to clipboard
constructor(authKey1: String? = null, authKey2: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authKey1: String? = null

The primary integration runtime authentication key.

Link copied to clipboard
val authKey2: String? = null

The secondary integration runtime authentication key.