Interface protos.grafeas.v1beta1.attestation.IPgpSignedAttestation (3.2.0)

Properties of a PgpSignedAttestation.

Package

@google-cloud/containeranalysis

Properties

contentType

contentType?: (grafeas.v1beta1.attestation.PgpSignedAttestation.ContentType|keyof typeof grafeas.v1beta1.attestation.PgpSignedAttestation.ContentType|null);

PgpSignedAttestation contentType

Property Value
TypeDescription
(grafeas.v1beta1.attestation.PgpSignedAttestation.ContentType|keyof typeof grafeas.v1beta1.attestation.PgpSignedAttestation.ContentType|null)

pgpKeyId

pgpKeyId?: (string|null);

PgpSignedAttestation pgpKeyId

Property Value
TypeDescription
(string|null)

signature

signature?: (string|null);

PgpSignedAttestation signature

Property Value
TypeDescription
(string|null)