AssetEndpointProfilePropertiesResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.

Link copied to clipboard

Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.

Link copied to clipboard

Defines the client authentication mechanism to the server.

Link copied to clipboard

Globally unique, immutable, non-reusable id.