Class GoogleCloudSecuritycenterV2ResourceValueConfig
Inheritance
GoogleCloudSecuritycenterV2ResourceValueConfig
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2ResourceValueConfig : IDirectResponseSchema
Properties
CloudProvider
Declaration
[JsonProperty("cloudProvider")]
public virtual string CloudProvider { get; set; }
Property Value
CreateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
CreateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
CreateTimeRaw
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
ResourceLabelsSelector
Declaration
[JsonProperty("resourceLabelsSelector")]
public virtual IDictionary<string, string> ResourceLabelsSelector { get; set; }
Property Value
ResourceType
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
ResourceValue
Declaration
[JsonProperty("resourceValue")]
public virtual string ResourceValue { get; set; }
Property Value
Scope
Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
SensitiveDataProtectionMapping
Declaration
[JsonProperty("sensitiveDataProtectionMapping")]
public virtual GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping SensitiveDataProtectionMapping { get; set; }
Property Value
TagValues
Declaration
[JsonProperty("tagValues")]
public virtual IList<string> TagValues { get; set; }
Property Value
UpdateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
UpdateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
UpdateTimeRaw
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Implements