Skip to main content

Credentials

User credentials with an optionally encrypted password. To be encrypted, there needs to be an encryption key. Without one, the password is assumed not to be encrypted.

Notes

User credentials with an optionally encrypted password. To be encrypted, there needs to be an encryption key. Without one, the password is assumed not to be encrypted.

Usage

password: string
passwordKey:
size: 0
source: KEY
value: string
username: string

Properties

PropertyTypeRequiredDefault
passwordstringNo-
passwordKeyEncryptionKeyNo-
usernamestringNo-

Property Details

password

The credential password, optionally encrypted using an encryption key.

passwordKey

If your password is encrypted, provide details on the encryption key.

username

The credential user name.