Auki::ConjureKit::Domains::DomainServerInfo
Represents information about a domain server returned by DDS.
Public Properties
Name | |
---|---|
string | Id Gets the unique identifier of the domain server. |
string | Mode Gets the mode of the domain server (e.g., "public"). |
string | OrganizationId Gets the organization identifier associated with the domain server. |
string | RedirectUrl Gets the redirect URL of the domain server. |
string | Status Gets the status of the domain server (e.g., "online"). |
string | Url Gets the URL of the domain server. |
string[] | Variants Gets the variants associated with the domain server. |
string | Version Gets the version of the domain server (e.g., "v1.0.0"). |
DateTime | CreatedAt Gets the creation timestamp of the domain server. |
DateTime | UpdatedAt 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.