Skip to main content

Auki::ConjureKit::Domains::DomainServerInfo

Represents information about a domain server returned by DDS.

Public Properties

Name
stringId
Gets the unique identifier of the domain server.
stringMode
Gets the mode of the domain server (e.g., "public").
stringOrganizationId
Gets the organization identifier associated with the domain server.
stringRedirectUrl
Gets the redirect URL of the domain server.
stringStatus
Gets the status of the domain server (e.g., "online").
stringUrl
Gets the URL of the domain server.
string[]Variants
Gets the variants associated with the domain server.
stringVersion
Gets the version of the domain server (e.g., "v1.0.0").
DateTimeCreatedAt
Gets the creation timestamp of the domain server.
DateTimeUpdatedAt
Gets the last update timestamp of the domain server.

Public Property Documentation

property Id

string Id;

Gets the unique identifier of the domain server.

property Mode

string Mode;

Gets the mode of the domain server (e.g., "public").

property OrganizationId

string OrganizationId;

Gets the organization identifier associated with the domain server.

property RedirectUrl

string RedirectUrl;

Gets the redirect URL of the domain server.

property Status

string Status;

Gets the status of the domain server (e.g., "online").

property Url

string Url;

Gets the URL of the domain server.

property Variants

string[] Variants;

Gets the variants associated with the domain server.

property Version

string Version;

Gets the version of the domain server (e.g., "v1.0.0").

property CreatedAt

DateTime CreatedAt;

Gets the creation timestamp of the domain server.

property UpdatedAt

DateTime UpdatedAt;

Gets the last update timestamp of the domain server.