allowedServicesIds

@JvmName(name = "stjwqbuayuukvrau")
suspend fun allowedServicesIds(value: Output<List<String>>)
@JvmName(name = "iwbmldwvxpkmowfy")
suspend fun allowedServicesIds(value: List<String>)

Parameters

value

An array of IDs of services that can be used as part of this SIM policy. The array must not contain duplicate items and must contain at least one item.


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


@JvmName(name = "kpvgkdmxwbdkhyyj")
suspend fun allowedServicesIds(values: List<Output<String>>)
@JvmName(name = "eebkvmuapplsbiss")
suspend fun allowedServicesIds(vararg values: String)

Parameters

values

An array of IDs of services that can be used as part of this SIM policy. The array must not contain duplicate items and must contain at least one item.