analyticsPublisherIdentities

@JvmName(name = "drwqoyjdtdrwftpt")
suspend fun analyticsPublisherIdentities(value: Output<List<String>>)
@JvmName(name = "aaqwupkrmpvwqgbv")
suspend fun analyticsPublisherIdentities(value: List<String>?)

Parameters

value

Array of service accounts authorized to publish analytics data to the control plane, 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.


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


@JvmName(name = "iwyavnwwxsjkaoau")
suspend fun analyticsPublisherIdentities(values: List<Output<String>>)
@JvmName(name = "qistrbifkxyldcmm")
suspend fun analyticsPublisherIdentities(vararg values: String)

Parameters

values

Array of service accounts authorized to publish analytics data to the control plane, 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.