GcsHmacKeySpecification
class GcsHmacKeySpecification(val accessKeyId: String, val secretAccessKey: String) : GcsAuthSpecification
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.")
Link copied to clipboard
Link copied to clipboard
@get:JsonPropertyDescription(value = "The corresponding secret for the access ID. It is a 40-character base-64 encoded string.")