Values.SubjectSummarySourceA summary representation of subjects.
type nonrec t = {subjectArn : String_.t option;The ARN of the resource.
*)subjectId : Uuid.t option;The id of the resource.
*)enabled : Boolean.t option;The enabled status of the subject.
*)x509Subject : String_.t option;The x509 principal identifier of the authenticating certificate.
*)lastSeenAt : SyntheticTimestamp_date_time.t option;The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
*)createdAt : SyntheticTimestamp_date_time.t option;The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.
*)updatedAt : SyntheticTimestamp_date_time.t option;The ISO-8601 timestamp when the subject was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]