Package version:

Interface UpdateKeyPropertiesOptions

Options for updateKeyProperties.

Hierarchy

Properties

enabled?: boolean

Determines whether the object is enabled.

expiresOn?: any

Expiry date in UTC.

keyOps?: string[]

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

notBefore?: any

Not before date in UTC.

releasePolicy?: KeyReleasePolicy

A KeyReleasePolicy object specifying the rules under which the key can be exported. Only valid if the key is marked exportable, which cannot be changed after key creation.

tags?: {
    [propertyName: string]: string;
}

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

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc