GetHmacKeyResult

data class GetHmacKeyResult(val accessId: String, val etag: String, val kind: String, val project: String, val selfLink: String, val serviceAccountEmail: String, val state: String, val timeCreated: String, val updated: String)

Constructors

Link copied to clipboard
fun GetHmacKeyResult(accessId: String, etag: String, kind: String, project: String, selfLink: String, serviceAccountEmail: String, state: String, timeCreated: String, updated: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the HMAC Key.

Link copied to clipboard

HTTP 1.1 Entity tag for the HMAC key.

Link copied to clipboard

The kind of item this is. For HMAC Key metadata, this is always storage#hmacKeyMetadata.

Link copied to clipboard

Project ID owning the service account to which the key authenticates.

Link copied to clipboard

The link to this resource.

Link copied to clipboard

The email address of the key's associated service account.

Link copied to clipboard

The state of the key. Can be one of ACTIVE, INACTIVE, or DELETED.

Link copied to clipboard

The creation time of the HMAC key in RFC 3339 format.

Link copied to clipboard

The last modification time of the HMAC key metadata in RFC 3339 format.