AuthConfig

Contains the authentication settings that Connect Customer uses to call an external application endpoint. The configuration includes the authentication type and credential location.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of authentication used when calling the external application.

Link copied to clipboard

The ARN of the Secrets Manager secret that stores the credentials. The secret must be accessible to Connect Customer.

Functions

Link copied to clipboard
inline fun copy(block: AuthConfig.Builder.() -> Unit = {}): AuthConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String