HmacKey

class HmacKey : KotlinCustomResource

Creates a new HMAC key for the specified service account. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val accessId: Output<String>

The ID of the HMAC Key.

Link copied to clipboard
val etag: Output<String>

HTTP 1.1 Entity tag for the HMAC key.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kind: Output<String>

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

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val selfLink: Output<String>

The link to this resource.

Link copied to clipboard

Email address of the service account.

Link copied to clipboard
val state: Output<String>

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

Link copied to clipboard
val timeCreated: Output<String>

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

Link copied to clipboard
val updated: Output<String>

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userProject: Output<String>?

The project to be billed for this request.