Class: Aws::Connect::Types::AuthenticationProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AuthenticationProfile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
This API is in preview release for Amazon Connect 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].
[1]: docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_ips ⇒ Array<String>
A list of IP address range strings that are allowed to access the Amazon Connect instance.
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the authentication profile.
-
#blocked_ips ⇒ Array<String>
A list of IP address range strings that are blocked from accessing the Amazon Connect instance.
-
#created_time ⇒ Time
The timestamp when the authentication profile was created.
-
#description ⇒ String
The description for the authentication profile.
-
#id ⇒ String
A unique identifier for the authentication profile.
-
#is_default ⇒ Boolean
Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance.
-
#last_modified_region ⇒ String
The Amazon Web Services Region where the authentication profile was last modified.
-
#last_modified_time ⇒ Time
The timestamp when the authentication profile was last modified.
-
#max_session_duration ⇒ Integer
The long lived session duration for users logged in to Amazon Connect, in minutes.
-
#name ⇒ String
The name for the authentication profile.
-
#periodic_session_duration ⇒ Integer
The short lived session duration configuration for users logged in to Amazon Connect, in minutes.
Instance Attribute Details
#allowed_ips ⇒ Array<String>
A list of IP address range strings that are allowed to access the Amazon Connect instance. For more information about how to configure IP addresses, see [Configure IP address based access control] in the *Amazon Connect Administrator Guide*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-ip-based-ac
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) for the authentication profile.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#blocked_ips ⇒ Array<String>
A list of IP address range strings that are blocked from accessing the Amazon Connect instance. For more information about how to configure IP addresses, see [Configure IP address based access control] in the *Amazon Connect Administrator Guide*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-ip-based-ac
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The timestamp when the authentication profile was created.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the authentication profile.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier for the authentication profile.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
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.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where the authentication profile was last modified.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when the authentication profile was last modified.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#max_session_duration ⇒ Integer
The long lived session duration for users logged in to Amazon Connect, in minutes. After this time period, users must log in again. For more information, see [Configure the session duration] in the *Amazon Connect Administrator Guide*.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the authentication profile.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |
#periodic_session_duration ⇒ Integer
The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see [Configure the session duration] in the *Amazon Connect Administrator Guide*.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-connect/types.rb', line 1402 class AuthenticationProfile < Struct.new( :id, :arn, :name, :description, :allowed_ips, :blocked_ips, :is_default, :created_time, :last_modified_time, :last_modified_region, :periodic_session_duration, :max_session_duration) SENSITIVE = [] include Aws::Structure end |