Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.86 KB

APIKeyOut.md

File metadata and controls

24 lines (18 loc) · 1.86 KB

APIKeyOut

Properties

Name Type Description Notes
apiKey String The user API Key. [optional] [default to nothing]
userId String The user identifier. [optional] [default to nothing]
admin Bool The API Key has admin role. [optional] [default to nothing]
vetted Bool The API Key is vetted (assumed truthful) for machine learning. [optional] [default to nothing]
learnable Bool 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] [default to nothing]
anonymized Bool 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] [default to nothing]
partner Bool The API Key has partner role. [optional] [default to nothing]
striped Bool The API Key is associated to a valid Stripe account. [optional] [default to nothing]
corporate Bool The API Key has role corporate (ex SWIFT payments instead of Stripe payments). [optional] [default to nothing]
disabled Bool The API Key is temporarily or permanently disabled. [optional] [default to nothing]
explainable Bool The API Key supports the AI explainability option (may require a specific license). [optional] [default to nothing]
ipAddress String [optional] [default to nothing]
communityEngageOption *CommunityEngageOptionOut [optional] [default to nothing]

[Back to Model list] [Back to API list] [Back to README]