Asset Endpoint Profile Properties Response
data class AssetEndpointProfilePropertiesResponse(val additionalConfiguration: String? = null, val provisioningState: String, val targetAddress: String, val transportAuthentication: AssetEndpointProfilePropertiesResponseTransportAuthentication? = null, val userAuthentication: AssetEndpointProfilePropertiesResponseUserAuthentication? = null, val uuid: String)
Defines the Asset Endpoint Profile properties.
Constructors
Link copied to clipboard
fun AssetEndpointProfilePropertiesResponse(additionalConfiguration: String? = null, provisioningState: String, targetAddress: String, transportAuthentication: AssetEndpointProfilePropertiesResponseTransportAuthentication? = null, userAuthentication: AssetEndpointProfilePropertiesResponseUserAuthentication? = null, uuid: String)