Magidoc

ApiToken
Object

Represents an Organization's API Token.

Fields

#

allGroups

A flag indicating whether the API Token has access to all Groups in the Organization.

createdAt

The datetime the API Token was added.

creator

The User that created the API Token.

databaseId

Identifies the primary key from the data store.

deletedAt

Identifies the date and time when the object was deleted.

groups

[ Group !]

The Groups the API Token has access to.

id

ID !
Non-null

ID of the object.

lastAccessedAt

The datetime the API Token was last used.

name

The name of the API Token.

nameForLog

Object name to be identified in Audit Logs.

organization

The Organization the API Token belongs to.

path

Non-null

The relative path of the object.

permissions

Non-null

A list of Permissions associated with the currently authenticated User and the ApiToken.

settings

Non-null

The settings associated with the object.

token

A JWT token.

updatedAt

Identifies the date and time when the object was last updated.

url

Non-null

The url of the object.

Interfaces

#

Also implements NodeInterface .

Usages

#

References

#