identityIds

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


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