serviceAccountScopes

@JvmName(name = "tgmrcqsgxivppuyf")
suspend fun serviceAccountScopes(value: Output<List<String>>)
@JvmName(name = "bstsphapvkfvahwi")
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 = "cdamdpfkcgnmsept")
suspend fun serviceAccountScopes(vararg values: Output<String>)


@JvmName(name = "iekuegcrggmqvoil")
suspend fun serviceAccountScopes(values: List<Output<String>>)
@JvmName(name = "ahfwwvpiepnpqwbg")
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.