interface DomainLastStatusAutoconfigState {
    autoconfigurable: boolean;
    enabled: boolean;
    reason?: DomainLastStatusAutoconfigStateReason;
}

Properties

autoconfigurable: boolean

Whether the domain can be auto-configured or not.

enabled: boolean

Enable or disable the auto-configuration of domain DNS records.

The reason that the domain cannot be auto-configurable.