Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SecretBundle

The contents of the secret, properties of the secret (and secret version), and user-provided contextual metadata for the secret.

Properties

Optional metadata

metadata: undefined | object

Customer-provided contextual metadata for the secret.

Optional secretBundleContent

secretBundleContent: model.Base64SecretBundleContentDetails

secretId

secretId: string

The OCID of the secret.

Optional stages

stages: Array<Stages>

A list of possible rotation states for the secret version.

Optional timeCreated

timeCreated: Date

The time when the secret bundle was created.

Optional timeOfDeletion

timeOfDeletion: Date

An optional property indicating when to delete the secret version, expressed in RFC 3339 timestamp format. Example: {@code 2019-04-03T21:10:29.600Z}

Optional timeOfExpiry

timeOfExpiry: Date

An optional property indicating when the secret version will expire, expressed in RFC 3339 timestamp format. Example: {@code 2019-04-03T21:10:29.600Z}

Optional versionName

versionName: undefined | string

The name of the secret version. Labels are unique across the different versions of a particular secret.

versionNumber

versionNumber: number

The version number of the secret. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj