Class MisconfigurationMetadata
Misconfiguration metadata.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class MisconfigurationMetadata : IDirectResponseSchema
Properties
Description
Optional. Description of the misconfiguration.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Optional. A user-friendly name for the misconfiguration.
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 |
MisconfigurationId
Required. The identifier for the misconfiguration. This is an internal name generated by the finding provider.
Declaration
[JsonProperty("misconfigurationId")]
public virtual string MisconfigurationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
References
Optional. References to external resources that provide more information about the misconfiguration.
Declaration
[JsonProperty("references")]
public virtual IList<MisconfigurationReference> References { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MisconfigurationReference> |
Remediation
Optional. Recommended remediation steps for the misconfiguration.
Declaration
[JsonProperty("remediation")]
public virtual string Remediation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VulnerableUri
Optional. The endpoint which was found to have the vulnerability.
Declaration
[JsonProperty("vulnerableUri")]
public virtual string VulnerableUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |