Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 955 Bytes

File metadata and controls

22 lines (12 loc) · 955 Bytes

SubKeyRequest

A restricted key to create.

Properties

Name Type Description Notes
description String Human-readable label, e.g. the name of the tenant the key is for.
active Boolean Whether the key can authenticate. Defaults to true. [optional]
permissions Permissions [optional]
companyIds List<Integer> Companies the key can access. When omitted or empty, the key can access all the companies of the account, including the ones created later. [optional]
corsOrigins List<String> Browser origins allowed to call the API with this key (CORS), e.g. `https://app.example.com&#x60; or `*.example.com`. A key used from a browser is public: keep its permissions and companies minimal. [optional]

Implemented Interfaces

  • Serializable