Values.DakCertificateMetadataSourceThe device attestation key (DAK) information.
type nonrec t = {certificateId : DakCertificateId.t option;The certificate ID for the DAK.
*)maxAllowedSignature : MaxAllowedSignature.t option;The maximum number of signatures that the DAK can sign. A value of -1 indicates that there's no device limit.
*)factorySupport : FactorySupport.t option;Whether factory support has been enabled.
*)apId : ApId.t option;The advertised product ID (APID) that's used for pre-production and production applications.
*)deviceTypeId : DeviceTypeId.t option;The device type ID that's used for prototyping applications.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of FactorySupport.t
| `Integer of MaxAllowedSignature.t
| `String of DakCertificateId.t ])
list ]