Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class SignatureType.
Possible resource types to be associated with a signature.
Protobuf type google.cloud.securitycenter.v1.Indicator.ProcessSignature.SignatureType
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ Indicator \ ProcessSignatureMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SIGNATURE_TYPE_UNSPECIFIED
Value: 0
The default signature type.
Generated from protobuf enum SIGNATURE_TYPE_UNSPECIFIED = 0;
SIGNATURE_TYPE_PROCESS
Value: 1
Used for signatures concerning processes.
Generated from protobuf enum SIGNATURE_TYPE_PROCESS = 1;
SIGNATURE_TYPE_FILE
Value: 2
Used for signatures concerning disks.
Generated from protobuf enum SIGNATURE_TYPE_FILE = 2;