synchronizerIdentities

@JvmName(name = "nyyebchppmodlytc")
suspend fun synchronizerIdentities(value: Output<List<String>>)
@JvmName(name = "yoypmibgfrsxosvc")
suspend fun synchronizerIdentities(value: List<String>?)

Parameters

value

Array of service accounts to grant access to control plane resources (for the Synchronizer component), each specified using the following format: serviceAccount:service-account-name. The service-account-name is formatted like an email address. For example: serviceAccount@my_project_id.iam.gserviceaccount.com You might specify multiple service accounts, for example, if you have multiple environments and wish to assign a unique service account to each one. The service accounts must have Apigee Synchronizer Manager role. See also Create service accounts.


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


@JvmName(name = "vkqfhxwmfufnmnhj")
suspend fun synchronizerIdentities(values: List<Output<String>>)
@JvmName(name = "khnxuavtqxpohluj")
suspend fun synchronizerIdentities(vararg values: String)

Parameters

values

Array of service accounts to grant access to control plane resources (for the Synchronizer component), each specified using the following format: serviceAccount:service-account-name. The service-account-name is formatted like an email address. For example: serviceAccount@my_project_id.iam.gserviceaccount.com You might specify multiple service accounts, for example, if you have multiple environments and wish to assign a unique service account to each one. The service accounts must have Apigee Synchronizer Manager role. See also Create service accounts.