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 CreateSecurityProfile operation. Creates a security profile.

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateSecurityProfileRequest : AmazonConnectRequest
         IAmazonWebServiceRequest

The CreateSecurityProfileRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllowedAccessControlHierarchyGroupId System.String

Gets and sets the property AllowedAccessControlHierarchyGroupId.

The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.

Public Property AllowedAccessControlTags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property AllowedAccessControlTags.

The list of tags that a security profile uses to restrict access to resources in Amazon Connect.

Public Property Applications System.Collections.Generic.List<Amazon.Connect.Model.Application>

Gets and sets the property Applications.

A list of third-party applications that the security profile will give access to.

Public Property Description System.String

Gets and sets the property Description.

The description of the security profile.

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

Gets and sets the property HierarchyRestrictedResources.

The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames: User.

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 Permissions System.Collections.Generic.List<System.String>

Gets and sets the property Permissions.

Permissions assigned to the security profile. For a list of valid permissions, see List of security profile permissions.

Public Property SecurityProfileName System.String

Gets and sets the property SecurityProfileName.

The name of the security profile.

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

Gets and sets the property TagRestrictedResources.

The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following are acceptable ResourceNames: User | SecurityProfile | Queue | RoutingProfile

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

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