Table of Contents

Class InboundSchemaMapValueSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll
public class InboundSchemaMapValueSchema : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
InboundSchemaMapValueSchema
Implements
Inherited Members

Properties

AdditionalConfiguration

Stringified JSON that contains connectivity type specific further configuration (e.g. OPC UA, ONVIF).

[JsonPropertyName("additionalConfiguration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? AdditionalConfiguration { get; set; }

Property Value

string

Address

[JsonPropertyName("address")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string Address { get; set; }

Property Value

string

Authentication

Defines the client authentication mechanism to the server.

[JsonPropertyName("authentication")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AuthenticationSchema? Authentication { get; set; }

Property Value

AuthenticationSchema

EndpointType

Type of connection endpoint.

[JsonPropertyName("endpointType")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string EndpointType { get; set; }

Property Value

string

TrustSettings

Defines server trust settings for the endpoint.

[JsonPropertyName("trustSettings")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TrustSettingsSchema? TrustSettings { get; set; }

Property Value

TrustSettingsSchema

Version

Version associated with device endpoint.

[JsonPropertyName("version")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Version { get; set; }

Property Value

string