Test Distribution Agent Pool Registration Key Prefix
constructor(@Json(name = "keyPrefix" ) keyPrefix: String, @Json(name = "createdAt" ) createdAt: 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)
Parameters
key Prefix
The registration key prefix.
created At
When the key was created
description
Description of the registration key to help identify it later.
last Used At
When the key was last used
last Used By
Who used the key last
revoked At
When the key was revoked, a non-null value implies that the key is revoked and can no longer be used to authenticate.