UserSummary

Returns a list of all broker users. Does not apply to RabbitMQ brokers.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of change pending for the broker user.

Link copied to clipboard

Required. The username of the broker user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.

Functions

Link copied to clipboard
inline fun copy(block: UserSummary.Builder.() -> Unit = {}): UserSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String