GetAccountPlainArgs

data class GetAccountPlainArgs(val accountId: String, val project: String? = null) : ConvertibleToJava<GetAccountPlainArgs>

A collection of arguments for invoking getAccount.

Constructors

Link copied to clipboard
constructor(accountId: String, project: String? = null)

Properties

Link copied to clipboard

The Google service account ID. This be one of:

Link copied to clipboard
val project: String? = null

The ID of the project that the service account is present in. Defaults to the provider project configuration.

Functions

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