Class Configuration
The configuration for service.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class Configuration
Properties
DiscoveryInterval
Declaration
[Required(ErrorMessage = "DiscoveryInterval is required.")]
[JsonProperty(PropertyName = "discoveryInterval")]
public int? DiscoveryInterval { get; set; }
Property Value
Type | Description |
---|---|
int? | Frequency of domain discovery to be run on the service. The unit is in hours. |
Remarks
Required
DomainSearchPaths
Declaration
[Required(ErrorMessage = "DomainSearchPaths is required.")]
[JsonProperty(PropertyName = "domainSearchPaths")]
public List<string> DomainSearchPaths { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The whitelisted paths which domain discovery are run against. |
Remarks
Required