GitSignature Interface
Information about a signature (GPG or S/MIME) on a Commit or Tag.
Fields
#
payload
String !
Non-null
Payload for GPG signing object. Raw ODB object without the signature header.
state
Non-null
The state of this signature. VALID if signature is valid and verified by
GitHub, otherwise represents reason why signature is considered invalid.
Implementations
#
Usages
#
References
#
- Field signature from Commit
Previous
GitSSHRemote
Next
GitSignatureState
