Values.SigningPlatformSourceContains information about the signing configurations and parameters that are used to perform a code-signing job.
type nonrec t = {platformId : String_.t option;The ID of a signing platform.
*)displayName : String_.t option;The display name of a signing platform.
*)partner : String_.t option;Any partner entities linked to a signing platform.
*)target : String_.t option;The types of targets that can be signed by a signing platform.
*)category : Category.t option;The category of a signing platform.
*)signingConfiguration : SigningConfiguration.t option;The configuration of a signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
*)signingImageFormat : SigningImageFormat.t option;maxSizeInMB : MaxSizeInMB.t option;The maximum size (in MB) of code that can be signed by a signing platform.
*)revocationSupported : Bool_.t option;Indicates whether revocation is supported for the platform.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Bool_.t
| `Enum of string
| `Integer of MaxSizeInMB.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Enum of string | `List of [> `Enum of string ] list ])
list ])
list ])
list ]