Class DomainSetting
Feature settings and toggles for a single specific domain.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class DomainSetting : IDirectResponseSchema
Properties
Domain
Required. The domain name to match against.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DomainMonitoringConfig
Optional. If not present, Domain Monitoring is enabled.
Declaration
[JsonProperty("domainMonitoringConfig")]
public virtual DomainMonitoringFeatureConfig DomainMonitoringConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| DomainMonitoringFeatureConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The verification state of the domain.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |