GetClusterAgentResult

data class GetClusterAgentResult(val agentId: Int, val createdAt: String, val createdByUserId: Int, val id: String, val name: String, val project: String)

A collection of values returned by getClusterAgent.

Constructors

Link copied to clipboard
constructor(agentId: Int, createdAt: String, createdByUserId: Int, id: String, name: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the agent.

Link copied to clipboard

The ISO8601 datetime when the agent was created.

Link copied to clipboard

The ID of the user who created the agent.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Name of the agent.

Link copied to clipboard

ID or full path of the project maintained by the authenticated user.