publicKeys property

List<AttestorPublicKey>? publicKeys
getter/setter pair

Public keys that verify attestations signed by this attestor.

This field may be updated. If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request. If this field is empty, this attestor always returns that no valid attestations exist.

Optional.

Implementation

core.List<AttestorPublicKey>? publicKeys;