Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.4 KB

Consumer.md

File metadata and controls

21 lines (16 loc) · 1.4 KB

Consumer

Properties

Name Type Description Notes
consumer_id str Unique consumer identifier. You can freely choose a consumer ID yourself. Most of the time, this is an ID of your internal data model that represents a user or account in your system (for example account:12345). If the consumer doesn't exist yet, Vault will upsert a consumer based on your ID.
application_id str ID of your Apideck Application [optional] [readonly]
metadata ConsumerMetadata [optional]
connections [ConsumerConnection] [optional] [readonly]
services [str] [optional] [readonly]
aggregated_request_count float [optional] [readonly]
request_counts RequestCountAllocation [optional]
created str [optional] [readonly]
modified str [optional] [readonly]
request_count_updated str [optional] [readonly]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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