TestDistributionApiKeyPrefix

data class TestDistributionApiKeyPrefix(@Json(name = "keyPrefix") val keyPrefix: String, @Json(name = "generatedAt") val generatedAt: OffsetDateTime, @Json(name = "description") val description: String? = null, @Json(name = "lastUsedAt") val lastUsedAt: OffsetDateTime? = null, @Json(name = "lastUsedBy") val lastUsedBy: String? = null, @Json(name = "revokedAt") val revokedAt: OffsetDateTime? = null)

A Test Distribution agent API key prefix.

Parameters

keyPrefix

The agent API key.

generatedAt
description

Description of the API key, such as the agent pool where it will be used, to help identify it later.

lastUsedAt
lastUsedBy
revokedAt

Constructors

Link copied to clipboard
constructor(@Json(name = "keyPrefix") keyPrefix: String, @Json(name = "generatedAt") generatedAt: OffsetDateTime, @Json(name = "description") description: String? = null, @Json(name = "lastUsedAt") lastUsedAt: OffsetDateTime? = null, @Json(name = "lastUsedBy") lastUsedBy: String? = null, @Json(name = "revokedAt") revokedAt: OffsetDateTime? = null)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val lastUsedBy: String? = null
Link copied to clipboard