Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace VaultUsage

The details of the number of Keys and KeyVersions usage in a Vault.

Properties

keyCount

keyCount: number

The number of keys in this vault that persist on a hardware security module (HSM), across all compartments, excluding keys in a {@code DELETED} state. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

keyVersionCount

keyVersionCount: number

The number of key versions in this vault that persist on a hardware security module (HSM), across all compartments, excluding key versions in a {@code DELETED} state. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional softwareKeyCount

softwareKeyCount: undefined | number

The number of keys in this vault that persist on the server, across all compartments, excluding keys in a {@code DELETED} state. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional softwareKeyVersionCount

softwareKeyVersionCount: undefined | number

The number of key versions in this vault that persist on the server, across all compartments, excluding key versions in a {@code DELETED} state. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj