GcsHmacKeySpecification

class GcsHmacKeySpecification(val accessKeyId: String, val secretAccessKey: String) : GcsAuthSpecification

Constructors

Link copied to clipboard
constructor(accessKeyId: String, secretAccessKey: String)

Properties

Link copied to clipboard
@get:JsonPropertyDescription(value = "HMAC key access ID. When linked to a service account, this ID is 61 characters long; when linked to a user account, it is 24 characters long.")
val accessKeyId: String
Link copied to clipboard
@get:JsonPropertyDescription(value = "The corresponding secret for the access ID. It is a 40-character base-64 encoded string.")
val secretAccessKey: String

Functions

Link copied to clipboard