Reference documentation and code samples for the Grafeas V1 Client class SecretOccurrence.
The occurrence provides details of a secret.
Generated from protobuf message grafeas.v1.SecretOccurrence
Namespace
Grafeas \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ kind
int
Type of secret.
↳ locations
↳ statuses
↳ data
↳ digest
Digest
Hash value, typically a digest for the secret data, that allows unique identification of a specific secret.
getKind
Type of secret.
int
setKind
Type of secret.
var
int
$this
getLocations
Locations where the secret is detected.
setLocations
Locations where the secret is detected.
$this
getStatuses
Status of the secret.
setStatuses
Status of the secret.
$this
getData
Scan result of the secret.
hasData
clearData
setData
Scan result of the secret.
$this
getDigest
Hash value, typically a digest for the secret data, that allows unique identification of a specific secret.
hasDigest
clearDigest
setDigest
Hash value, typically a digest for the secret data, that allows unique identification of a specific secret.
$this

