Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.5 KB

APIKeyOut.md

File metadata and controls

22 lines (17 loc) · 1.5 KB

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]
explainable Boolean The API Key supports the AI explainability option (may require a specific license). [optional]
ipAddress String [optional]
communityEngageOption CommunityEngageOptionOut [optional]