Module: Grafeas::V1::SecretStatus::Status

Defined in:
proto_docs/grafeas/v1/secret.rb

Overview

The status of the secret.

Constant Summary collapse

STATUS_UNSPECIFIED =

Unspecified

0
UNKNOWN =

The status of the secret is unknown.

1
VALID =

The secret is valid.

2
INVALID =

The secret is invalid.

3