Struct google_binaryauthorization1_beta1::AttestorPublicKey [−][src]
pub struct AttestorPublicKey {
pub comment: Option<String>,
pub ascii_armored_pgp_public_key: Option<String>,
pub id: Option<String>,
}An attestator public key that will be used to verify attestations signed by this attestor.
This type is not used in any activity, and only used as part of another schema.
Fields
comment: Option<String>
Optional. A descriptive comment. This field may be updated.
ascii_armored_pgp_public_key: Option<String>
ASCII-armored representation of a PGP public key, as the entire output by
the command gpg --export --armor foo@example.com (either LF or CRLF
line endings).
id: Option<String>
Output only. This field will be overwritten with key ID information, for example, an identifier extracted from a PGP public key. This field may not be updated.
Trait Implementations
impl Default for AttestorPublicKey[src]
impl Default for AttestorPublicKeyfn default() -> AttestorPublicKey[src]
fn default() -> AttestorPublicKeyReturns the "default value" for a type. Read more
impl Clone for AttestorPublicKey[src]
impl Clone for AttestorPublicKeyfn clone(&self) -> AttestorPublicKey[src]
fn clone(&self) -> AttestorPublicKeyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AttestorPublicKey[src]
impl Debug for AttestorPublicKeyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for AttestorPublicKey[src]
impl Part for AttestorPublicKeyAuto Trait Implementations
impl Send for AttestorPublicKey
impl Send for AttestorPublicKeyimpl Sync for AttestorPublicKey
impl Sync for AttestorPublicKey