Show / Hide Table of Contents

Class MisconfigurationMetadata

Misconfiguration metadata.

Inheritance
object
MisconfigurationMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX