identityIds

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


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