identityIds

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

Parameters

value

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

Note: This is required when type is set to UserAssigned or SystemAssigned, UserAssigned.


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


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

Parameters

values

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

Note: This is required when type is set to UserAssigned or SystemAssigned, UserAssigned.