AuthConfiguration

The authentication configuration for a connection returned by the DescribeConnectionType API.

Types

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

Properties

Link copied to clipboard

The type of authentication for a connection.

Link copied to clipboard

A map of key-value pairs for the OAuth2 properties. Each value is a a Property object.

Link copied to clipboard

A map of key-value pairs for the custom authentication properties. Each value is a a Property object.

Link copied to clipboard

A map of key-value pairs for the OAuth2 properties. Each value is a a Property object.

Link copied to clipboard

The Amazon Resource Name (ARN) for the Secrets Manager.

Functions

Link copied to clipboard
inline fun copy(block: AuthConfiguration.Builder.() -> Unit = {}): AuthConfiguration
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