Module Values_1.UserSource

Contains information about a user account for an Amazon Connect instance.

Sourcetype nonrec t = {
  1. id : Values_0.UserId.t option;
    (*

    The identifier of the user account.

    *)
  2. arn : Values_0.ARN.t option;
    (*

    The Amazon Resource Name (ARN) of the user account.

    *)
  3. username : Values_0.AgentUsername.t option;
    (*

    The user name assigned to the user account.

    *)
  4. identityInfo : UserIdentityInfo.t option;
    (*

    Information about the user identity.

    *)
  5. phoneConfig : UserPhoneConfig.t option;
    (*

    Information about the phone configuration for the user.

    *)
  6. directoryUserId : DirectoryUserId.t option;
    (*

    The identifier of the user account in the directory used for identity management.

    *)
  7. securityProfileIds : SecurityProfileIds.t option;
    (*

    The identifiers of the security profiles for the user.

    *)
  8. routingProfileId : Values_0.RoutingProfileId.t option;
    (*

    The identifier of the routing profile for the user.

    *)
  9. hierarchyGroupId : Values_0.HierarchyGroupId.t option;
    (*

    The identifier of the hierarchy group for the user.

    *)
  10. tags : Values_0.TagMap.t option;
    (*

    The tags.

    *)
  11. autoAcceptConfigs : Values_0.AutoAcceptConfigs.t option;
    (*

    The list of auto-accept configuration settings for each channel.

    *)
  12. afterContactWorkConfigs : Values_0.AfterContactWorkConfigs.t option;
    (*

    The list of after contact work (ACW) timeout configuration settings for each channel.

    *)
  13. phoneNumberConfigs : PhoneNumberConfigs.t option;
    (*

    The list of phone number configuration settings for each channel.

    *)
  14. persistentConnectionConfigs : PersistentConnectionConfigs.t option;
    (*

    The list of persistent connection configuration settings for each channel.

    *)
  15. voiceEnhancementConfigs : Values_0.VoiceEnhancementConfigs.t option;
    (*

    The list of voice enhancement configuration settings for each channel.

    *)
  16. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The timestamp when this resource was last modified.

    *)
  17. lastModifiedRegion : Values_0.RegionName.t option;
    (*

    The Amazon Web Services Region where this resource was last modified.

    *)
}
Sourceval make : ?id:??? -> ?arn:??? -> ?username:??? -> ?identityInfo:??? -> ?phoneConfig:??? -> ?directoryUserId:??? -> ?securityProfileIds:??? -> ?routingProfileId:??? -> ?hierarchyGroupId:??? -> ?tags:??? -> ?autoAcceptConfigs:??? -> ?afterContactWorkConfigs:??? -> ?phoneNumberConfigs:??? -> ?persistentConnectionConfigs:??? -> ?voiceEnhancementConfigs:??? -> ?lastModifiedTime:??? -> ?lastModifiedRegion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.SecurityProfileId.t | `Structure of (string * [> `Boolean of bool | `Enum of string | `String of Values_0.SensitivePhoneNumber.t | `Structure of (string * [> `Integer of int ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.UserId.t | `Structure of (string * [> `Boolean of Values_0.AutoAccept.t | `Enum of string | `Integer of Values_0.AfterContactWorkTimeLimit.t | `String of Values_0.AgentFirstName.t ]) list | `Timestamp of Values_0.Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t