Show / Hide Table of Contents

Class SecretStatus

The status of the secret.

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

Properties

ETag

The ETag of the item.

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

LastUpdatedTime

object representation of LastUpdatedTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdatedTimeDateTimeOffset instead.")]
public virtual object LastUpdatedTime { get; set; }
Property Value
Type Description
object

LastUpdatedTimeDateTimeOffset

DateTimeOffset representation of LastUpdatedTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdatedTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastUpdatedTimeRaw

Time that the secret was found.

Declaration
[JsonProperty("lastUpdatedTime")]
public virtual string LastUpdatedTimeRaw { get; set; }
Property Value
Type Description
string

Validity

The validity of the secret.

Declaration
[JsonProperty("validity")]
public virtual string Validity { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX