Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace EncryptedCredentials

Encrypted credentials [indicated by the type property in CredentialStore].

Properties

Const credentialType

credentialType: string = "ENCRYPTED"

Optional description

description: undefined | string

The user-specified textual description of the credential.

keyId

keyId: string

The master key should be created in OCI Vault owned by the client of this API. The user should have permission to access the vault key.

Optional name

name: undefined | string

The name of the credential, within the context of the source.

properties

properties: Array<CredentialProperty>

The credential properties list. Credential property values will be encrypted format.

Optional source

source: undefined | string

The source type and source name combination, delimited with (.) separator. {source type}.{source name} and source type max char limit is 63.

Optional type

type: undefined | string

The type of the credential ( ex. JMXCreds,DBCreds).

Methods

getDeserializedJsonObj

getJsonObj