Google Cloud Security Command Center V2 Client - Class SignatureType (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class SignatureType.

Possible resource types to be associated with a signature.

Protobuf type google.cloud.securitycenter.v2.Indicator.ProcessSignature.SignatureType

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ Indicator \ ProcessSignature

Methods

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;