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.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class CreateSecurityProfileRequest : AmazonConnectRequest IAmazonWebServiceRequest
The CreateSecurityProfileRequest type exposes the following members
Name | Description | |
---|---|---|
CreateSecurityProfileRequest() |
Name | Type | Description | |
---|---|---|---|
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. |
|
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. |
|
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. |
|
Description | System.String |
Gets and sets the property Description. The description of the security profile. |
|
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: |
|
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. |
|
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. |
|
SecurityProfileName | System.String |
Gets and sets the property SecurityProfileName. The name of the security profile. |
|
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: |
|
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"} }. |
.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