identityIds

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


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