Class GoogleCloudSecuritycenterV2SecretStatus
The status of the secret.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2SecretStatus : 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 |