GetInstanceDeployKeysDeployKey

data class GetInstanceDeployKeysDeployKey(val createdAt: String, val fingerprint: String, val id: Int, val key: String, val projectsWithWriteAccesses: List<GetInstanceDeployKeysDeployKeyProjectsWithWriteAccess>, val title: String)

Constructors

Link copied to clipboard
constructor(createdAt: String, fingerprint: String, id: Int, key: String, projectsWithWriteAccesses: List<GetInstanceDeployKeysDeployKeyProjectsWithWriteAccess>, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation date of the deploy key. In RFC3339 format.

Link copied to clipboard

The fingerprint of the deploy key.

Link copied to clipboard
val id: Int

The ID of the deploy key.

Link copied to clipboard
val key: String

The deploy key.

Link copied to clipboard

The list of projects that the deploy key has write access to.

Link copied to clipboard

The title of the deploy key.