Values.SubjectDetailSourceThe state of the subject after a read or write operation.
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 timestamp of the last time this subject requested temporary session credentials.
*)createdAt : SyntheticTimestamp_date_time.t option;The ISO-8601 timestamp when the subject was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The ISO-8601 timestamp when the subject was last updated.
*)credentials : CredentialSummaries.t option;The temporary session credentials vended at the last authenticating call with this subject.
*)instanceProperties : InstanceProperties.t option;The specified instance properties associated with the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of InstancePropertyMapKeyString.t ]
* [> `String of InstancePropertyMapValueString.t ])
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]