Grafeas V1 Client - Class Status (1.2.2)

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 \ SecretStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATUS_UNSPECIFIED

Value: 0

Unspecified

Generated from protobuf enum STATUS_UNSPECIFIED = 0;

UNKNOWN

Value: 1

The status of the secret is unknown.

Generated from protobuf enum UNKNOWN = 1;

VALID

Value: 2

The secret is valid.

Generated from protobuf enum VALID = 2;

INVALID

Value: 3

The secret is invalid.

Generated from protobuf enum INVALID = 3;