Class InboundEndpointSchemaMapValue
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record InboundEndpointSchemaMapValue : IEquatable<InboundEndpointSchemaMapValue>
- Inheritance
-
InboundEndpointSchemaMapValue
- Implements
-
- Inherited Members
-
Properties
AdditionalConfiguration
public string? AdditionalConfiguration { get; set; }
Property Value
- string
Address
public string Address { get; set; }
Property Value
- string
Authentication
public Authentication? Authentication { get; set; }
Property Value
- Authentication
EndpointType
public string EndpointType { get; set; }
Property Value
- string
TrustSettings
public TrustSettings? TrustSettings { get; set; }
Property Value
- TrustSettings
Version
public string? Version { get; set; }
Property Value
- string