Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssuerSpecAcmeExternalAccountBindingKeySecretRef

keySecretRef is a Secret Key Selector referencing a data item in a Kubernetes Secret which holds the symmetric MAC key of the External Account Binding. The key is the index string that is paired with the key data in the Secret and should not be confused with the key data itself, or indeed with the External Account Binding keyID above. The secret key stored in the Secret must be un-padded, base64 URL encoded data.

schema

IssuerSpecAcmeExternalAccountBindingKeySecretRef

Hierarchy

  • IssuerSpecAcmeExternalAccountBindingKeySecretRef

Index

Properties

Properties

Optional Readonly key

key: string

The key of the entry in the Secret resource's data field to be used. Some instances of this field may be defaulted, in others it may be required.

schema

IssuerSpecAcmeExternalAccountBindingKeySecretRef#key

Readonly name

name: string

Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

schema

IssuerSpecAcmeExternalAccountBindingKeySecretRef#name

Generated using TypeDoc