Class InboundSchemaMapValueSchema
- 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
Address
[JsonPropertyName("address")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string Address { get; set; }
Property Value
Authentication
Defines the client authentication mechanism to the server.
[JsonPropertyName("authentication")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AuthenticationSchema? Authentication { get; set; }
Property Value
EndpointType
Type of connection endpoint.
[JsonPropertyName("endpointType")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string EndpointType { get; set; }
Property Value
TrustSettings
Defines server trust settings for the endpoint.
[JsonPropertyName("trustSettings")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TrustSettingsSchema? TrustSettings { get; set; }
Property Value
Version
Version associated with device endpoint.
[JsonPropertyName("version")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Version { get; set; }