Grafeas v1 API - Class SecretStatus (3.10.0)

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.

Inheritance

object > SecretStatus

Namespace

Grafeas.V1

Assembly

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