Skip to main content

PlatformWorkspaceToken

Represents a PlatformWorkspaceToken, which is used for authentication and authorization when accessing the Altium platform.

type PlatformWorkspaceToken implements PlatformToken {
createdAt: DateTime!
createdBy: GloUser!
deletedAt: DateTime
deletedBy: GloUser
description: String!
expiresAt: DateTime
maskedAccessToken: String
name: String!
tokenId: String!
updatedAt: DateTime!
updatedBy: GloUser!
workspaceId: String!
}

Fields

PlatformWorkspaceToken.createdAt ● DateTime! non-null scalar

The date-time that the PlatformWorkspaceToken was created.

PlatformWorkspaceToken.createdBy ● GloUser! non-null object

The GloUser that created the PlatformWorkspaceToken.

PlatformWorkspaceToken.deletedAt ● DateTime scalar

The date-time that the PlatformWorkspaceToken was deleted. Null if the PlatformWorkspaceToken has not been deleted.

PlatformWorkspaceToken.deletedBy ● GloUser object

The GloUser that deleted the PlatformWorkspaceToken.

PlatformWorkspaceToken.description ● String! non-null scalar

The description of the PlatformWorkspaceToken.

PlatformWorkspaceToken.expiresAt ● DateTime scalar

The date-time that the PlatformWorkspaceToken expires.

PlatformWorkspaceToken.maskedAccessToken ● String scalar

The masked value of the PlatformWorkspaceToken.

PlatformWorkspaceToken.name ● String! non-null scalar

The name of the PlatformWorkspaceToken.

PlatformWorkspaceToken.tokenId ● String! non-null scalar

The identifier of the PlatformWorkspaceToken.

PlatformWorkspaceToken.updatedAt ● DateTime! non-null scalar

The date-time that the PlatformWorkspaceToken was last updated.

PlatformWorkspaceToken.updatedBy ● GloUser! non-null object

The GloUser that last updated the PlatformWorkspaceToken.

PlatformWorkspaceToken.workspaceId ● String! non-null scalar

The identifier of the Workspace that the PlatformWorkspaceToken belongs to.

Interfaces

PlatformToken interface

Represents a PlatformToken, which is used for authentication and authorization when accessing the Altium platform.