identityIds

@JvmName(name = "msphhxrrrjxxprsx")
suspend fun identityIds(value: Output<List<String>>)
@JvmName(name = "xxktykaffunfosaf")
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 = "yjwaqcehlavlendv")
suspend fun identityIds(vararg values: Output<String>)


@JvmName(name = "pxymvauluiiuwkmg")
suspend fun identityIds(values: List<Output<String>>)
@JvmName(name = "qqhlocmfyfnhtudv")
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.