GetConnectorDestinationResponse

Types

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

Properties

Link copied to clipboard

The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.

Link copied to clipboard

The authentication type used for the connector destination, which determines how credentials and access are managed.

Link copied to clipboard

The identifier of the C2C connector.

Link copied to clipboard

A description of the connector destination.

Link copied to clipboard
val id: String?

The unique identifier of the connector destination.

Link copied to clipboard
val name: String?

The display name of the connector destination.

Link copied to clipboard

The URL where users are redirected after completing the OAuth authorization process for the connector destination.

Link copied to clipboard

The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.

Functions

Link copied to clipboard
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