Values.DescribeSlackUserIdentitiesResultSourceLists all Slack user identities with a mapped role.
type nonrec t = {slackUserIdentities : SlackUserIdentitiesList.t option;A list of Slack User Identities.
*)nextToken : PaginationToken.t option;An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
*)}type nonrec error = [ | `DescribeSlackUserIdentitiesException of DescribeSlackUserIdentitiesException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DescribeSlackUserIdentitiesException of
DescribeSlackUserIdentitiesException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DescribeSlackUserIdentitiesException of
DescribeSlackUserIdentitiesException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of Arn.t ]) list ] list
| `String of PaginationToken.t ])
list ]