HmacKeyArgs

data class HmacKeyArgs(val project: Output<String>? = null, val serviceAccountEmail: Output<String>? = null, val userProject: Output<String>? = null) : ConvertibleToJava<HmacKeyArgs>

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

Constructors

Link copied to clipboard
fun HmacKeyArgs(project: Output<String>? = null, serviceAccountEmail: Output<String>? = null, userProject: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): HmacKeyArgs

Properties

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val serviceAccountEmail: Output<String>? = null

Email address of the service account.

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

The project to be billed for this request.