Values.GetSigningPlatformResponseSourceReturns information on a specific signing platform.
type nonrec t = {platformId : PlatformId.t option;The ID of the target signing platform.
*)displayName : DisplayName.t option;The display name of the target signing platform.
*)partner : String_.t option;A list of partner entities that use the target signing platform.
*)target : String_.t option;The validation template that is used by the target signing platform.
*)category : Category.t option;The category type of the target signing platform.
*)signingConfiguration : SigningConfiguration.t option;A list of configurations applied to the target platform at signing.
*)signingImageFormat : SigningImageFormat.t option;The format of the target platform's signing image.
*)maxSizeInMB : MaxSizeInMB.t option;The maximum size (in MB) of the payload that can be signed by the target platform.
*)revocationSupported : Bool_.t option;A flag indicating whether signatures generated for the signing platform can be revoked.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServiceErrorException of InternalServiceErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceErrorException of InternalServiceErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceErrorException of InternalServiceErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Bool_.t
| `Enum of string
| `Integer of MaxSizeInMB.t
| `String of PlatformId.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 ]