BrokerAuthenticationPropertiesResponse

data class BrokerAuthenticationPropertiesResponse(val authenticationMethods: List<BrokerAuthenticatorMethodsResponse>, val provisioningState: String)

BrokerAuthentication Resource properties

Constructors

Link copied to clipboard
constructor(authenticationMethods: List<BrokerAuthenticatorMethodsResponse>, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines a set of Broker authentication methods to be used on BrokerListeners. For each array element one authenticator type supported.

Link copied to clipboard

The status of the last operation.