Values.CodeSigningConfigSourceDetails about a Code signing configuration.
type nonrec t = {codeSigningConfigId : CodeSigningConfigId.t option;Unique identifer for the Code signing configuration.
*)codeSigningConfigArn : CodeSigningConfigArn.t option;The Amazon Resource Name (ARN) of the Code signing configuration.
*)description : Description.t option;Code signing configuration description.
*)allowedPublishers : AllowedPublishers.t option;List of allowed publishers.
*)codeSigningPolicies : CodeSigningPolicies.t option;The code signing policy controls the validation failure action for signature mismatch or expiry.
*)lastModified : Timestamp.t option;The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of CodeSigningConfigId.t
| `Structure of
(string
* [> `Enum of string | `List of [> `String of Arn.t ] list ])
list ])
list ]