AuthenticationProfileSummary

This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web ServicesSupport.

A summary of a given authentication profile.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the authentication profile summary.

Link copied to clipboard
val id: String?

The unique identifier of the authentication profile.

Link copied to clipboard

Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.

Link copied to clipboard

The Amazon Web Services Region when the authentication profile summary was last modified.

Link copied to clipboard

The timestamp when the authentication profile summary was last modified.

Link copied to clipboard
val name: String?

The name of the authentication profile summary.

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