Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.49 KB

AccessKey.md

File metadata and controls

19 lines (14 loc) · 1.49 KB

AccessKey

Properties

Name Type Description Notes
id str Identifier of the access key.
label str The name of the access key.
disabled bool Indicates whether the access key is disabled or not.
created_at datetime Creation timestamp in UTC in RFC3339 format.
created_by str Identifier of the user who created the access key.
modified_at datetime Last modification timestamp in UTC.
key str The key for the created access key. This field will have values only in the response for an access key create request. The value will be an empty string while listing all keys.
cors_headers [str] An array of domains for which the access key is valid. Whether Sumo Logic accepts or rejects an API request depends on whether it contains an ORIGIN header and the entries in the allowlist. Sumo Logic will reject: 1. Requests with an ORIGIN header but the allowlist is empty. 2. Requests with an ORIGIN header that don't match any entry in the allowlist. [optional]
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]