identityIds

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

Parameters

value

Specifies a list of User Assigned Managed Identity IDs to be assigned to this EventHub namespace.

NOTE: This is required when type is set to UserAssigned or SystemAssigned, UserAssigned. Note: Due to the limitation of the current Azure API, once an EventHub Namespace has been assigned an identity, it cannot be removed.


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


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

Parameters

values

Specifies a list of User Assigned Managed Identity IDs to be assigned to this EventHub namespace.

NOTE: This is required when type is set to UserAssigned or SystemAssigned, UserAssigned. Note: Due to the limitation of the current Azure API, once an EventHub Namespace has been assigned an identity, it cannot be removed.