Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateKeyPropertiesOptions

Package version

Options for updateKeyProperties.

Hierarchy

  • any
    • UpdateKeyPropertiesOptions

Index

Properties

Optional enabled

enabled: undefined | false | true

Determines whether the object is enabled.

Optional expiresOn

expiresOn: Date

Expiry date in UTC.

Optional keyOps

keyOps: KeyOperation[]

Json web key operations. For more information on possible key operations, see KeyOperation.

Optional notBefore

notBefore: Date

Not before date in UTC.

Optional tags

tags: undefined | {}

Application specific metadata in the form of key-value pairs.

Generated using TypeDoc