Class Configuration
A configuration represents a behavior an engine should follow when producing new findings.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class Configuration : IDirectResponseSchema
Properties
Audit
Output only. Audit information for the configuration.
Declaration
[JsonProperty("audit")]
public virtual Audit Audit { get; set; }
Property Value
| Type | Description |
|---|---|
| Audit |
Description
Optional. A description of the configuration.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Detail
Required. Domain specific details for the configuration.
Declaration
[JsonProperty("detail")]
public virtual ConfigurationDetail Detail { get; set; }
Property Value
| Type | Description |
|---|---|
| ConfigurationDetail |
DisplayName
Output only. Human readable name for the configuration.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. Server generated name for the configuration. format is vaults/{vault}/configurations/{configuration}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Provider
Required. Name of the service that provides the configuration.
Declaration
[JsonProperty("provider")]
public virtual string Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Optional. State of the configuration.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Optional. A user-manipulatable version. Does not adhere to a specific format
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |