Values.AccessTokenSummarySourceInformation about a specified personal access token (PAT).
type nonrec t = {id : AccessTokenId.t option;The system-generated ID of the personal access token.
*)name : AccessTokenName.t option;The friendly name of the personal access token.
*)expiresTime : SyntheticTimestamp_date_time.t option;The date and time when the personal access token will expire, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccessTokenId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]