Values.SignPayloadRequestSourceSigns a binary payload and returns a signature envelope.
type nonrec t = {profileName : ProfileName.t;The name of the signing profile.
*)profileOwner : AccountId.t option;The AWS account ID of the profile owner.
*)payload : Payload.t;Specifies the object digest (hash) to sign.
*)payloadFormat : String_.t;Payload content type. The single valid type is application/vnd.cncf.notary.payload.v1+json.
*)}val make :
?profileOwner:??? ->
profileName:ProfileName.t ->
payload:Payload.t ->
payloadFormat:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Blob of Payload.t | `String of ProfileName.t ]) list ]