Reference documentation and code samples for the Grafeas V1 Client class Status.
The status of the secret.
Protobuf type grafeas.v1.SecretStatus.Status
Namespace
Grafeas \ V1 \ SecretStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATUS_UNSPECIFIED
Value: 0Unspecified
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
UNKNOWN
Value: 1The status of the secret is unknown.
Generated from protobuf enum UNKNOWN = 1;
VALID
Value: 2The secret is valid.
Generated from protobuf enum VALID = 2;
INVALID
Value: 3The secret is invalid.
Generated from protobuf enum INVALID = 3;