Skip to main content

PlatformWorkspaceTokenQuota

Represents the quota for the number of active PlatformTokens allowed in a Workspace.

type PlatformWorkspaceTokenQuota {
activeTokenCount: Int!
maxActiveTokenCount: Int!
}

Fields

PlatformWorkspaceTokenQuota.activeTokenCount ● Int! non-null scalar

The current number of PlatformTokens active in the Workspace.

PlatformWorkspaceTokenQuota.maxActiveTokenCount ● Int! non-null scalar

The maximum number of active PlatformTokens allowed in the Workspace.