serviceAccountScopes

@JvmName(name = "wnbrpiqqwaerrljt")
suspend fun serviceAccountScopes(value: Output<List<String>>)
@JvmName(name = "pjwwcxsyuqwdbylb")
suspend fun serviceAccountScopes(value: List<String>?)

Parameters

value

Scopes to grant to the service_account. Various scopes are automatically added based on feature usage. When specified, users of workstations under this configuration must have iam.serviceAccounts.actAs on the service account.


@JvmName(name = "qiaxuukslwkdgudg")
suspend fun serviceAccountScopes(vararg values: Output<String>)


@JvmName(name = "olqvawldglklwjuo")
suspend fun serviceAccountScopes(values: List<Output<String>>)
@JvmName(name = "tkoduevxidmwiilm")
suspend fun serviceAccountScopes(vararg values: String)

Parameters

values

Scopes to grant to the service_account. Various scopes are automatically added based on feature usage. When specified, users of workstations under this configuration must have iam.serviceAccounts.actAs on the service account.