Interface IHostHeader
Represents a host header.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.HostHeaders
Assembly: BiExcellence.OpenBi.Api.HostHeader.dll
Syntax
[TableAttribute("HOST_HEADER")]
public interface IHostHeader : ICustomAttributes
Properties
Host
Gets or sets the host.
Declaration
[ApiField("HOST")]
string? Host { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
[ApiField("ID")]
string Id { get; }
Property Value
Type | Description |
---|---|
string |
PageId
Gets or sets the page.
Declaration
[ApiField("PAGE_ID")]
string? PageId { get; set; }
Property Value
Type | Description |
---|---|
string |
RequireHttps
Gets or sets whether HTTPS is required.
Declaration
[ApiField("REQUIRE_SSL")]
bool RequireHttps { get; set; }
Property Value
Type | Description |
---|---|
bool |
RoleId
Gets or sets the role id.
Declaration
[ApiField("ROLE_ID")]
string? RoleId { get; set; }
Property Value
Type | Description |
---|---|
string |