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 (26.2.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 propertyDisplayNameGets the display name of the gateway manifest entry.
Public propertyIdGets the ID of the gateway manifest entry.
Public propertyIpAllowListGets a comma-separated list of allowed IP addresses and IP address ranges for incoming gateway connections.
Top
See Also