AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateAuthenticationProfile operation. 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.

Updates the selected authentication profile.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Connect.AmazonConnectRequest
      Amazon.Connect.Model.UpdateAuthenticationProfileRequest

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateAuthenticationProfileRequest : AmazonConnectRequest
         IAmazonWebServiceRequest

The UpdateAuthenticationProfileRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllowedIps System.Collections.Generic.List<System.String>

Gets and sets the property AllowedIps.

A list of IP address range strings that are allowed to access the instance. For more information on how to configure IP addresses, seeConfigure session timeouts in the Amazon Connect Administrator Guide.

Public Property AuthenticationProfileId System.String

Gets and sets the property AuthenticationProfileId.

A unique identifier for the authentication profile.

Public Property BlockedIps System.Collections.Generic.List<System.String>

Gets and sets the property BlockedIps.

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

Public Property Description System.String

Gets and sets the property Description.

The description for the authentication profile.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Public Property Name System.String

Gets and sets the property Name.

The name for the authentication profile.

Public Property PeriodicSessionDuration System.Int32

Gets and sets the property PeriodicSessionDuration.

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, For more information on how to configure IP addresses, see Configure session timeouts in the Amazon Connect Administrator Guide.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5