AWSConnectUserSearchSummary

Objective-C

@interface AWSConnectUserSearchSummary

Swift

class AWSConnectUserSearchSummary

Information about the returned users.

  • arn

    The Amazon Resource Name (ARN) of the user.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The directory identifier of the user.

    Declaration

    Objective-C

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

    Swift

    var directoryUserId: String? { get set }
  • The identifier of the user’s hierarchy group.

    Declaration

    Objective-C

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

    Swift

    var hierarchyGroupId: String? { get set }
  • The identifier of the user’s summary.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }
  • The user’s first name and last name.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectUserIdentityInfoLite *_Nullable identityInfo;

    Swift

    var identityInfo: AWSConnectUserIdentityInfoLite? { get set }
  • Contains information about the phone configuration settings for a user.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectUserPhoneConfig *_Nullable phoneConfig;

    Swift

    var phoneConfig: AWSConnectUserPhoneConfig? { get set }
  • The identifier of the user’s routing profile.

    Declaration

    Objective-C

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

    Swift

    var routingProfileId: String? { get set }
  • The identifiers of the user’s security profiles.

    Declaration

    Objective-C

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

    Swift

    var securityProfileIds: [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 }
  • The name of the user.

    Declaration

    Objective-C

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

    Swift

    var username: String? { get set }