AdminApiToken
Upgather SDK / AdminApiToken
Interface: AdminApiToken
Defined in: lib/types/generated/strapiContentTypes.d.ts:3
Extends
CollectionTypeSchema
Properties
attributes
attributes:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:23
Houses a comprehensive collection of attributes for this Schema.
Each attribute has a unique string key and corresponding value should be any Attribute type instance.
accessKey
accessKey:
object&Required&object
Type declaration
minLength
minLength:
1
createdAt
createdAt:
object
createdBy
createdBy:
object&Private
description
description:
object&object&DefaultTo<"">
Type declaration
minLength
minLength:
1
expiresAt
expiresAt:
object
lastUsedAt
lastUsedAt:
object
lifespan
lifespan:
object
locale
locale:
object&Private
localizations
localizations:
object&Private
name
name:
object&Required&Unique&object
Type declaration
minLength
minLength:
1
permissions
permissions:
object
publishedAt
publishedAt:
object
type
type:
object&Required&DefaultTo<"read-only">
updatedAt
updatedAt:
object
updatedBy
updatedBy:
object&Private
Overrides
Struct.CollectionTypeSchema.attributes
collectionName
collectionName:
"strapi_api_tokens"
Defined in: lib/types/generated/strapiContentTypes.d.ts:4
Optional property. Specifies the custom table name for the Schema if any.
Overrides
Struct.CollectionTypeSchema.collectionName
info
info:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:5
Brings together attributes related to naming and display characteristics like singular name and plural name of the content type. These names are typically used in user interfaces where these entries are displayed.
description
description:
""
displayName
displayName:
"Api Token"
name
name:
"Api Token"
pluralName
pluralName:
"api-tokens"
singularName
singularName:
"api-token"
Overrides
Struct.CollectionTypeSchema.info
options
options:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:12
Encapsulates all core options related to Strapi features for a given Schema.
draftAndPublish
draftAndPublish:
false
Overrides
Struct.CollectionTypeSchema.options
pluginOptions
pluginOptions:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:15
Contains options specific to plugins. It is an optional property and stores configurations that are read by the plugins associated with this Schema.
content-manager
content-manager:
object
content-manager.visible
visible:
false
content-type-builder
content-type-builder:
object
content-type-builder.visible
visible:
false
Overrides
Struct.CollectionTypeSchema.pluginOptions