Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Indicator

Inheritance
object
GoogleCloudSecuritycenterV2Indicator
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.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2Indicator : IDirectResponseSchema

Properties

Domains

Declaration
[JsonProperty("domains")]
public virtual IList<string> Domains { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IpAddresses

Declaration
[JsonProperty("ipAddresses")]
public virtual IList<string> IpAddresses { get; set; }
Property Value
Type Description
IList<string>

Signatures

Declaration
[JsonProperty("signatures")]
public virtual IList<GoogleCloudSecuritycenterV2ProcessSignature> Signatures { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2ProcessSignature>

Uris

Declaration
[JsonProperty("uris")]
public virtual IList<string> Uris { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX