Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 768 Bytes

Credential.md

File metadata and controls

12 lines (9 loc) · 768 Bytes

LAMP::Credential

Every object can have one or more credential(s) associated with it. (i.e. my_researcher.credentials = ['person A', 'person B', 'api A'', 'person C', 'api B'])

Properties

Name Type Description Notes
origin character The root object this credential is attached to. The scope of this credential is limited to the object itself and any children. [optional]
access_key character Username or machine-readable public key (access). [optional]
secret_key character SALTED HASH OF Password or machine-readable private key (secret). [optional]
description character The user-visible description of the credential. [optional]