Broker Authenticator Methods Response
data class BrokerAuthenticatorMethodsResponse(val custom: BrokerAuthenticatorMethodCustomResponse? = null, val sat: BrokerAuthenticatorMethodSatResponse? = null, val svid: BrokerAuthenticatorMethodSvidResponse? = null, val usernamePassword: BrokerAuthenticatorMethodUsernamePasswordResponse? = null, val x509: BrokerAuthenticatorMethodX509Response? = null)
Collection of different CrdAuthenticator methods of Broker Resource. NOTE Enum - Only one method is supported for each entry.
Constructors
Link copied to clipboard
constructor(custom: BrokerAuthenticatorMethodCustomResponse? = null, sat: BrokerAuthenticatorMethodSatResponse? = null, svid: BrokerAuthenticatorMethodSvidResponse? = null, usernamePassword: BrokerAuthenticatorMethodUsernamePasswordResponse? = null, x509: BrokerAuthenticatorMethodX509Response? = null)