Skip to main content

CompanyAPIKey

No description

type CompanyAPIKey {
createTime: DateTime
creator: User
description: String
expireTime: DateTime
id: Int
lastUseTime: DateTime
name: String
usage: CompanyAPIKeyUsage
}

Fields​

CompanyAPIKey.createTime ● DateTime scalar​

CompanyAPIKey.creator ● User object​

CompanyAPIKey.description ● String scalar​

CompanyAPIKey.expireTime ● DateTime scalar​

CompanyAPIKey.id ● Int scalar​

CompanyAPIKey.lastUseTime ● DateTime scalar​

CompanyAPIKey.name ● String scalar​

CompanyAPIKey.usage ● CompanyAPIKeyUsage enum​

Member Of​

Company object ● CompanyAPIKeyCreate object ● CompanyAPIKeyUpdate object