DiscoveredAssetEndpointProfileProperties interface
Defines the Discovered Asset Endpoint Profile properties.
Properties
additional |
Stringified JSON that contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF). |
discovery |
Identifier used to detect changes in the asset endpoint profile. |
endpoint |
Defines the configuration for the connector type that is being used with the endpoint profile. |
provisioning |
Provisioning state of the resource. |
supported |
List of supported authentication methods supported by the target server. |
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. |
version | An integer that is incremented each time the resource is modified. |
Property Details
additionalConfiguration
Stringified JSON that contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
additionalConfiguration?: string
Property Value
string
discoveryId
Identifier used to detect changes in the asset endpoint profile.
discoveryId: string
Property Value
string
endpointProfileType
Defines the configuration for the connector type that is being used with the endpoint profile.
endpointProfileType: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
supportedAuthenticationMethods
List of supported authentication methods supported by the target server.
supportedAuthenticationMethods?: 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
version
An integer that is incremented each time the resource is modified.
version: number
Property Value
number
Azure SDK for JavaScript