Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1 KB

File metadata and controls

33 lines (21 loc) · 1 KB

ApiKeyWithTokenResponseDataAttributes

Properties

Name Type Description Notes
name String The name of the API key
description String A description of the API key [optional]
kind KindEnum The kind of the API key
roleId String The role ID [optional]
onCallRoleId String The on-call role ID [optional]
createdAt String Date of creation
updatedAt String Date of last update
expiresAt String Expiration date [optional]
lastUsedAt String Date of last use [optional]
gracePeriodEndsAt String Grace period end date [optional]
token String The API key token (only shown once)

Enum: KindEnum

Name Value
PERSONAL "personal"
TEAM "team"
ORGANIZATION "organization"