Skip to main content

Module types

Module types 

Source
Expand description

Type definitions for the SaaS domain management module.

Structs§

ApiKey
An API key for tenant authentication.
ApiKeyRow
Database row for API key.
AuditLogEntry
Audit log entry.
CreateApiKeyRequest
Create API key request.
CreateBackendRequest
Create backend request.
CreateDomainRequest
Create domain request.
CreateDomainRouteRequest
Create domain route request.
CreateTenantRequest
Create tenant request.
CreateUpstreamRequest
Create upstream request.
Domain
A custom domain.
DomainBackend
A backend server.
DomainResponse
Domain response with verification instructions.
DomainRoute
A domain route.
DomainRouteRow
Database row for domain route.
DomainRow
Database row for domain with string types.
DomainUpstream
A domain upstream (backend server group).
DomainUpstreamRow
Database row for domain upstream.
Tenant
A SaaS tenant (customer).
TenantRow
Database row for tenant.
TenantUsage
Tenant usage stats.
UpdateDomainRouteRequest
Update domain route request.
UpdateTenantRequest
Update tenant request.
UpdateUpstreamRequest
Update upstream request.
UploadCertificateRequest
Certificate upload request.
VerificationChallenge
A verification challenge.
VerificationInstructions
Verification instructions.

Enums§

ChallengeStatus
Verification challenge status.
DomainLoadBalanceStrategy
Load balancing strategy.
DomainPathMatchType
Path matching type.
SslProvider
SSL provider type.
SslStatus
SSL certificate status.
TenantStatus
Tenant status.
VerificationMethod
Domain verification method.
VerificationResult
Verification result.
VerificationStatus
Domain verification status.