Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CustomerSecretKeySummary

As the name suggests, a {@code CustomerSecretKeySummary} object contains information about a {@code CustomerSecretKey}. A {@code CustomerSecretKey} is an Oracle-provided key for using the Object Storage Service's Amazon S3 compatible API.

Properties

Optional displayName

displayName: undefined | string

The displayName you assign to the secret key. Does not have to be unique, and it's changeable.

Optional id

id: undefined | string

The OCID of the secret key.

Optional inactiveStatus

inactiveStatus: undefined | number

The detailed status of INACTIVE lifecycleState. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional lifecycleState

lifecycleState: LifecycleState

The secret key's current state. After creating a secret key, make sure its {@code lifecycleState} changes from CREATING to ACTIVE before using it.

Optional timeCreated

timeCreated: Date

Date and time the {@code CustomerSecretKey} object was created, in the format defined by RFC3339.

Example: {@code 2016-08-25T21:10:29.600Z}

Optional timeExpires

timeExpires: Date

Date and time when this password will expire, in the format defined by RFC3339. Null if it never expires.

Example: {@code 2016-08-25T21:10:29.600Z}

Optional userId

userId: undefined | string

The OCID of the user the password belongs to.

Functions

getDeserializedJsonObj

getJsonObj