Asset Endpoint Profile Properties Response User Authentication
data class AssetEndpointProfilePropertiesResponseUserAuthentication(val mode: String, val usernamePasswordCredentials: AssetEndpointProfilePropertiesResponseUsernamePasswordCredentials? = null, val x509Credentials: AssetEndpointProfilePropertiesResponseX509Credentials? = null)
Defines the client authentication mechanism to the server.
Constructors
Link copied to clipboard
fun AssetEndpointProfilePropertiesResponseUserAuthentication(mode: String, usernamePasswordCredentials: AssetEndpointProfilePropertiesResponseUsernamePasswordCredentials? = null, x509Credentials: AssetEndpointProfilePropertiesResponseX509Credentials? = null)
Types
Properties
Link copied to clipboard