serviceAccountScopes

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


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