AWSConnectSecurityProfile

Objective-C

@interface AWSConnectSecurityProfile

Swift

class AWSConnectSecurityProfile

Contains information about a security profile.

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable allowedAccessControlHierarchyGroupId;

    Swift

    var allowedAccessControlHierarchyGroupId: String? { get set }
  • The list of tags that a security profile uses to restrict access to resources in Amazon Connect.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable allowedAccessControlTags;

    Swift

    var allowedAccessControlTags: [String : String]? { get set }
  • arn

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable arn;

    Swift

    var arn: String? { get set }
  • The description of the security profile.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames: User.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable hierarchyRestrictedResources;

    Swift

    var hierarchyRestrictedResources: [String]? { get set }
  • The identifier for the security profile.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }
  • The Amazon Web Services Region where this resource was last modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable lastModifiedRegion;

    Swift

    var lastModifiedRegion: String? { get set }
  • The timestamp when this resource was last modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastModifiedTime;

    Swift

    var lastModifiedTime: Date? { get set }
  • The organization resource identifier for the security profile.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable organizationResourceId;

    Swift

    var organizationResourceId: String? { get set }
  • The name for the security profile.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable securityProfileName;

    Swift

    var securityProfileName: String? { get set }
  • The list of resources that a security profile applies tag restrictions to in Amazon Connect.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable tagRestrictedResources;

    Swift

    var tagRestrictedResources: [String]? { get set }
  • The tags used to organize, track, or control access for this resource. For example, { “Tags”: {“key1”:“value1”, “key2”:“value2”} }.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }