GatewayManifestEntryData Class

The DTO object for a GatewayManifestEntry object.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGatewayManifestEntryData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class GatewayManifestEntryData

The GatewayManifestEntryData type exposes the following members.

Constructors
  NameDescription
Public methodGatewayManifestEntryData
Initializes a new instance of the GatewayManifestEntryData class.
Top
Properties
  NameDescription
Public propertyDisplayName
Gets the display name of the gateway manifest entry.
Public propertyId
Gets the ID of the gateway manifest entry.
Public propertyIpAllowList
Gets a comma-separated list of allowed IP addresses and IP address ranges for incoming gateway connections.
Top
See Also