scopes

@JvmName(name = "nusdfwaplsbetlnf")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "mkltfhxptphcmuyg")
suspend fun scopes(value: List<String>?)

Parameters

value

List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.


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


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

Parameters

values

List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.