Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.24 KB

File metadata and controls

17 lines (14 loc) · 1.24 KB

NamSorApiV2.APIKeyOut

Properties

Name Type Description Notes
apiKey String The user API Key. [optional]
userId String The user identifier. [optional]
admin Boolean The API Key has admin role. [optional]
vetted Boolean The API Key is vetted (assumed truthful) for machine learning. [optional]
learnable Boolean The API Key is learnable (without assuming truthfulness) for machine learning. Set learnable=false and anonymized=true for highest privacy (ie. to forget data as it's processed). [optional]
anonymized Boolean The API Key is anonymized (using SHA-252 digest for logging). Set learnable=false and anonymized=true for highest privacy (ie. to forget data as it's processed). [optional]
partner Boolean The API Key has partner role. [optional]
striped Boolean The API Key is associated to a valid Stripe account. [optional]
corporate Boolean The API Key has role corporate (ex SWIFT payments instead of Stripe payments). [optional]
disabled Boolean The API Key is temporarily or permanently disabled. [optional]