AssetEndpointProfileUpdateProperties interface
The updatable properties of the AssetEndpointProfile.
Properties
additional |
Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF). |
target |
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. |
transport |
Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device. |
user |
Defines the client authentication mechanism to the server. |
Property Details
additionalConfiguration
Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
additionalConfiguration?: string
Property Value
string
targetAddress
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.
targetAddress?: string
Property Value
string
transportAuthentication
Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.
transportAuthentication?: TransportAuthenticationUpdate
Property Value
userAuthentication
Defines the client authentication mechanism to the server.
userAuthentication?: UserAuthenticationUpdate
Property Value
Azure SDK for JavaScript