allowedPackageNames

@JvmName(name = "xdjfocnddbinojws")
suspend fun allowedPackageNames(value: Output<List<String>>)
@JvmName(name = "qcsvihwnudanqehv")
suspend fun allowedPackageNames(value: List<String>?)

Parameters

value

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'


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


@JvmName(name = "lsplflphaipfnjgg")
suspend fun allowedPackageNames(values: List<Output<String>>)
@JvmName(name = "rgwdwdcviiudbwbh")
suspend fun allowedPackageNames(vararg values: String)

Parameters

values

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'