Values.AddProfilePermissionRequestSourceAdds cross-account permissions to a signing profile.
type nonrec t = {profileName : ProfileName.t;The human-readable name of the signing profile.
*)profileVersion : ProfileVersion.t option;The version of the signing profile.
*)action : String_.t;For cross-account signing. Grant a designated account permission to perform one or more of the following actions. Each action is associated with a specific API's operations. For more information about cross-account signing, see Using cross-account signing with signing profiles in the AWS Signer Developer Guide. You can designate the following actions to an account. signer:StartSigningJob. This action isn't supported for container image workflows. For details, see StartSigningJob. signer:SignPayload. This action isn't supported for AWS Lambda workflows. For details, see SignPayload signer:GetSigningProfile. For details, see GetSigningProfile. signer:RevokeSignature. For details, see RevokeSignature.
*)principal : String_.t;The AWS principal receiving cross-account permissions. This may be an IAM role or another AWS account ID.
*)revisionId : String_.t option;A unique identifier for the current profile revision.
*)statementId : String_.t;A unique identifier for the cross-account permission statement.
*)}