scopes

@JvmName(name = "jjsrecexbsvfihaj")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "xnnrinkrmvxaosgn")
suspend fun scopes(value: List<String>)

Parameters

value

A list of service scopes. Both OAuth2 URLs and gcloud short names are supported. To allow full access to all Cloud APIs, use the cloud-platform scope. See a complete list of scopes here. Note: allow_stopping_for_update must be set to true or your instance must have a desired_status of TERMINATED in order to update this field.


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


@JvmName(name = "xkbqcxcrvsabvhjq")
suspend fun scopes(values: List<Output<String>>)
@JvmName(name = "gsskhjwkdxkjqtgt")
suspend fun scopes(vararg values: String)

Parameters

values

A list of service scopes. Both OAuth2 URLs and gcloud short names are supported. To allow full access to all Cloud APIs, use the cloud-platform scope. See a complete list of scopes here. Note: allow_stopping_for_update must be set to true or your instance must have a desired_status of TERMINATED in order to update this field.