public sealed class SecretStatus : IMessage<SecretStatus>, IEquatable<SecretStatus>, IDeepCloneable<SecretStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class SecretStatus.
The status of the secret with a timestamp.
Implements
IMessageSecretStatus, IEquatableSecretStatus, IDeepCloneableSecretStatus, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
SecretStatus()
public SecretStatus()
SecretStatus(SecretStatus)
public SecretStatus(SecretStatus other)
Parameter | |
---|---|
Name | Description |
other |
SecretStatus |
Properties
Message
public string Message { get; set; }
Optional message about the status code.
Property Value | |
---|---|
Type | Description |
string |
Status
public SecretStatus.Types.Status Status { get; set; }
The status of the secret.
Property Value | |
---|---|
Type | Description |
SecretStatusTypesStatus |
UpdateTime
public Timestamp UpdateTime { get; set; }
The time the secret status was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |