SignatureInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about the digital signature of the resource.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
signature |
bytes
The digital signature. |
google_public_key_pem |
str
The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key. This field is a member of oneof _ verification_info .
|
customer_kms_key_version |
str
The resource name of the customer CryptoKeyVersion used for signing. This field is a member of oneof _ verification_info .
|