identityIds

@JvmName(name = "veymkxilkntgoxav")
suspend fun identityIds(value: Output<List<String>>)
@JvmName(name = "eudsrqwpnhvrdbhb")
suspend fun identityIds(value: List<String>?)

Parameters

value

A list of User Assigned Managed Identity IDs to be assigned to this Scheduled Query Rule.

NOTE: This is required when type is set to UserAssigned. The identity associated must have required roles, read the Azure documentation for more information.


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


@JvmName(name = "lhkpqwpxdbjkuegk")
suspend fun identityIds(values: List<Output<String>>)
@JvmName(name = "yxdvyfsdrbcodrbm")
suspend fun identityIds(vararg values: String)

Parameters

values

A list of User Assigned Managed Identity IDs to be assigned to this Scheduled Query Rule.

NOTE: This is required when type is set to UserAssigned. The identity associated must have required roles, read the Azure documentation for more information.