Hmac Key Args
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.