Class GoogleCloudSecuritycenterV2SecretStatus
Inheritance
GoogleCloudSecuritycenterV2SecretStatus
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2SecretStatus : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LastUpdatedTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdatedTimeDateTimeOffset instead.")]
public virtual object LastUpdatedTime { get; set; }
Property Value
LastUpdatedTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdatedTimeDateTimeOffset { get; set; }
Property Value
LastUpdatedTimeRaw
Declaration
[JsonProperty("lastUpdatedTime")]
public virtual string LastUpdatedTimeRaw { get; set; }
Property Value
Validity
Declaration
[JsonProperty("validity")]
public virtual string Validity { get; set; }
Property Value
Implements