AuthenticationProfile

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

Information about an authentication profile. An authentication profile is a resource that stores the authentication settings for users in your contact center. You use authentication profiles to set up IP address range restrictions and session timeouts. For more information, see Set IP address restrictions or session timeouts.

Types

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

Properties

Link copied to clipboard

A list of IP address range strings that are allowed to access the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) for the authentication profile.

Link copied to clipboard

A list of IP address range strings that are blocked from accessing the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.

Link copied to clipboard

The timestamp when the authentication profile was created.

Link copied to clipboard

The description for the authentication profile.

Link copied to clipboard
val id: String?

A unique identifier for the authentication profile.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The timestamp when the authentication profile was last modified.

Link copied to clipboard

The long lived session duration for users logged in to Connect Customer, in minutes. After this time period, users must log in again. For more information, see Configure the session duration in the Connect Customer Administrator Guide.

Link copied to clipboard
val name: String?

The name for the authentication profile.

Link copied to clipboard

The short lived session duration configuration for users logged in to Connect Customer, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Connect Customer Administrator Guide.

Link copied to clipboard

The period, in minutes, before an agent is automatically signed out of the contact center when they go inactive.

Link copied to clipboard

Determines if automatic logout on user inactivity is enabled.

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