ClusterAgentToken

class Object
trait Matchable
class Any

Value members

Concrete methods

def clusterAgent[A](innerSelection: SelectionBuilder[ClusterAgent, A]): SelectionBuilder[ClusterAgentToken, Option[A]]

Cluster agent this token is associated with.

Cluster agent this token is associated with.

def createdAt: SelectionBuilder[ClusterAgentToken, Option[Time]]

Timestamp the token was created.

Timestamp the token was created.

def createdByUser[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[ClusterAgentToken, Option[A]]

The user who created the token.

The user who created the token.

def description: SelectionBuilder[ClusterAgentToken, Option[String]]

Description of the token.

Description of the token.

def id: SelectionBuilder[ClusterAgentToken, ClustersAgentTokenID]

Global ID of the token.

Global ID of the token.

def lastUsedAt: SelectionBuilder[ClusterAgentToken, Option[Time]]

Timestamp the token was last used.

Timestamp the token was last used.

def name: SelectionBuilder[ClusterAgentToken, Option[String]]

Name given to the token.

Name given to the token.