A reference of field and record types available to secrets manager.
Field types defined how a field's data is stored. Field types are used in the default record type and user created custom records.
Use the proper formatting for the field type. By default, the SDK will not valid check most fields. Best practices would to properly format the data for the field. Other products, offered by Keeper, will retrieve data from record based on the field type.
A string value. There is no validation of the value.
A dictionary value containing:
street1
- Street address 1
street2
- Street address 2
city
- City
state
- State
zip
- Postal code
None of the keys are required.
Example:
A dictionary value containing:
accountType
- Checking | Savings | Other
otherType
- Description of the other account type
routingNumber
- The bank routing number
accountNumber
- The account number
None of the keys are required.
Example:
A epoch milliseconds value. Depending on method of creation, ie using a helper modules, an ISO8601 value may be used. The ISO8601 value will be converted to an epoch millisecond value.
An array of payment card record uids.
Examples:
A epoch milliseconds value. Depending on method of creation, ie using a helper modules, an ISO8601 value may be used. The ISO8601 value will be converted to an epoch millisecond value.
A string value, normally for a user's email address. There is no validation of the value.
A epoch milliseconds value. Depending on method of creation, ie using a helper modules, an ISO8601 value may be used. The ISO8601 value will be converted to an epoch millisecond value.
An array of file UIDs. When a file is attached to a record, that files UID will appear in this array.
A dictionary value containing:
hostName
- Hostname or IP
port
- Remote port
None of the keys are required.
Example:
A dictionary value containing:
publicKey
- Public key
privateKey
- Private key
None of the keys are required.
Example:
A string value. There is no validation of the value.
A string value, normally the user's login. There is no validation of the value. Many Keeper related services will look for a field of this type for the login value.
A string value, normally for text that has line feed. There is no validation of the value.
A dictionary value containing:
first
- Person's first name
middle
- Person's middle name
last
- Person's last name
None of the keys are required.
Example:
A string value that allow for multiline. The value is masked. There is no validation of the value.
One time password URL for TOTP.
One time code URL for TOTP.
A string value. There is no validation of the value. Many Keeper related services will look for a field of this type for the password value.
A dictionary value containing:
cardNumber
- A payment card number
cardExpirationDate
- MM/YYYY expiration.
cardSecurityCode
- The security code
Example:
An array of phone dictionaries. Each phone dictionary contains the following key/values:
region
- The country code number
number
- Normal phone number
ext
- Extension
type
- Mobile | Home | Work
None of the keys are required.
Example:
A string value. There is no validation of the value.
A string value. This type of field is normally masked. There is no validation of the value.
A dictionary value containing:
question
- The security question
answer
- The answer to the security question
Example:
A string value. There is no validation of the value.
A string value, normally a web URL. There is no validation of the value.
The following are the default record types provided by Keeper and the fields within the record type. Record types contain a collection of field types for the standard fields. Custom fields are not defined by a record type.
All the default record types include the fileRef
field. This field contains files UID and photos UID attached to a record. Check the documentation for the SDK being used on how to download a file.
Currently file attachment via the SDK is limited.
address
Street Address Line 1 Street Address Line 2 City State/Province Zip/Postal Code Country
bankAccount
Account Type Other Type Account Number Routing Number
name
First Name Middle Name Last Name
login
Login
password
Password
url
Website Address
cardRef (value is bankCard record uid)
Payment Card
paymentCard
Card Number Expiration Month Expiration Year Security Code
text
Cardholder Name
pinCode
Pin Code
addressRef (value is address record uid)
Address (see address record type for UI)
name - First Name, Middle Name, Last Name
birthDate - Date of Birth
name
First Name Middle Name Last Name
birthDate
Date of Birth
name
First Name Middle Name Last Name
text
Company
phone
Country Phone Number Ext. Type
addressRef (value is address record uid)
Address (see address record type for UI)
text
Type
host
Hostname or IP Address Port
login
Login
password
Password
accountNumber
Driver's License Number
name
First Name Middle Name Last Name
birthDate
Date of Birth
addressRef (value is address record uid)
Address (see address record type for UI)
expirationDate
Expiration Date
note
Secured Note
date
Date
This record is created when a file is attached to another record. The record UID will be attached to the record via the fieldRef
field type.
Currently attaching files to records across all SDK is not finished. Content to be added.
accountNumber
Account Number
name
First Name Middle Name Last Name
login
Login
password
Password
url
Website Address
login
Login
password
Password
url
Website Address
accountNumber
Account Number
name
First Name Middle Name Last Name
password
Password
accountNumber
Passport Number
name
First Name Middle Name Last Name
birthDate
Date of Birth
addressRef (value is address record uid)
Address (see address record type for UI
expirationDate
Expiration Date
date
Date Issued
password
Password
This record is created when a photo is attached to another record. The record UID will be attached to the record via the fieldRef
field type.
Currently attaching photos to records across all SDK is not finished. Content to be added.
host
Hostname or IP Address Port
login
Login
password
Password
licenseNumber
Software License Key
expirationDate
Expiration Date
date
Date Active
accountNumber
Identity Number
name
First Name Middle Name Last Name
login
Login
keyPair
Public Key Private Key
password
Passphrase
host
Hostname or IP Address Port
Custom record types can be used with the Secrets Manager.
Keeper Commander can be used to get the schema for the custom record type.
Based on the SDK being used, the JSON may be imported allowing the custom record to be used with any helper tools.