Interface protos.grafeas.v1beta1.attestation.IGenericSignedAttestation (3.1.8)

Properties of a GenericSignedAttestation.

Package

@google-cloud/containeranalysis!

Properties

contentType

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

GenericSignedAttestation contentType

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

serializedPayload

serializedPayload?: (Uint8Array|string|null);

GenericSignedAttestation serializedPayload

Property Value
TypeDescription
(Uint8Array|string|null)

signatures

signatures?: (grafeas.v1beta1.ISignature[]|null);

GenericSignedAttestation signatures

Property Value
TypeDescription
(grafeas.v1beta1.ISignature[]|null)