Signature

@Serializable
data class Signature(val algorithm: String? = null, val signedFields: List<String>? = null, val value: String? = null)(source)

The signature of the command step, generally injected by agents at pipeline upload

Constructors

Link copied to clipboard
constructor(algorithm: String? = null, signedFields: List<String>? = null, value: String? = null)

Properties

Link copied to clipboard
val algorithm: String? = null

The algorithm used to generate the signature

Link copied to clipboard
@SerialName(value = "signed_fields")
val signedFields: List<String>? = null

The fields that were signed to form the signature value

Link copied to clipboard
val value: String? = null

The signature value, a JWS compact signature with a detached body