serviceAccounts

@JvmName(name = "dhoabbofxhptcwtv")
suspend fun serviceAccounts(value: Output<List<InstanceGceSetupServiceAccountArgs>>)
@JvmName(name = "cdyrfwewkuxbihmh")
suspend fun serviceAccounts(value: List<InstanceGceSetupServiceAccountArgs>?)

Parameters

value

The service account that serves as an identity for the VM instance. Currently supports only one service account. Structure is documented below.


@JvmName(name = "hcxqimebukwfulek")
suspend fun serviceAccounts(vararg values: Output<InstanceGceSetupServiceAccountArgs>)


@JvmName(name = "dudjdcqxddptbmho")
suspend fun serviceAccounts(values: List<Output<InstanceGceSetupServiceAccountArgs>>)
@JvmName(name = "hxvsxtdavbjaxkmy")
suspend fun serviceAccounts(vararg values: InstanceGceSetupServiceAccountArgs)

Parameters

values

The service account that serves as an identity for the VM instance. Currently supports only one service account. Structure is documented below.


@JvmName(name = "tdldicacijuhsedt")
suspend fun serviceAccounts(argument: List<suspend InstanceGceSetupServiceAccountArgsBuilder.() -> Unit>)
@JvmName(name = "uiiahwuvvlkqvqsx")
suspend fun serviceAccounts(vararg argument: suspend InstanceGceSetupServiceAccountArgsBuilder.() -> Unit)
@JvmName(name = "fqnfnwcfenqiqkbo")
suspend fun serviceAccounts(argument: suspend InstanceGceSetupServiceAccountArgsBuilder.() -> Unit)

Parameters

argument

The service account that serves as an identity for the VM instance. Currently supports only one service account. Structure is documented below.