Reference documentation and code samples for the Grafeas V1 Client class VulnerabilityAttestationState.
An enum indicating the state of the attestation generation.
Protobuf type grafeas.v1.DiscoveryOccurrence.VulnerabilityAttestation.VulnerabilityAttestationState
Namespace
Grafeas \ V1 \ DiscoveryOccurrence \ VulnerabilityAttestationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
VULNERABILITY_ATTESTATION_STATE_UNSPECIFIED
Value: 0
Default unknown state.
Generated from protobuf enum VULNERABILITY_ATTESTATION_STATE_UNSPECIFIED = 0;
SUCCESS
Value: 1
Attestation was successfully generated and stored.
Generated from protobuf enum SUCCESS = 1;
FAILURE
Value: 2
Attestation was unsuccessfully generated and stored.
Generated from protobuf enum FAILURE = 2;