/AWS1/CL_SHBAUTOMATIONRLSFND01¶
Identifies the finding fields that the automation rule action updates when a finding matches the defined criteria.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_note TYPE REF TO /AWS1/CL_SHBNOTEUPDATE /AWS1/CL_SHBNOTEUPDATE¶
The updated note.
io_severity TYPE REF TO /AWS1/CL_SHBSEVERITYUPDATE /AWS1/CL_SHBSEVERITYUPDATE¶
Updates to the severity information for a finding.
iv_verificationstate TYPE /AWS1/SHBVERIFICATIONSTATE /AWS1/SHBVERIFICATIONSTATE¶
The rule action updates the
VerificationStatefield of a finding.
iv_confidence TYPE /AWS1/SHBRATIOSCALE /AWS1/SHBRATIOSCALE¶
The rule action updates the
Confidencefield of a finding.
iv_criticality TYPE /AWS1/SHBRATIOSCALE /AWS1/SHBRATIOSCALE¶
The rule action updates the
Criticalityfield of a finding.
it_types TYPE /AWS1/CL_SHBTYPELIST_W=>TT_TYPELIST TT_TYPELIST¶
The rule action updates the
Typesfield of a finding.
it_userdefinedfields TYPE /AWS1/CL_SHBFIELDMAP_W=>TT_FIELDMAP TT_FIELDMAP¶
The rule action updates the
UserDefinedFieldsfield of a finding.
io_workflow TYPE REF TO /AWS1/CL_SHBWORKFLOWUPDATE /AWS1/CL_SHBWORKFLOWUPDATE¶
Used to update information about the investigation into the finding.
it_relatedfindings TYPE /AWS1/CL_SHBRELATEDFINDING=>TT_RELATEDFINDINGLIST TT_RELATEDFINDINGLIST¶
The rule action updates the
RelatedFindingsfield of a finding.
Queryable Attributes¶
Note¶
The updated note.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTE() |
Getter for NOTE |
Severity¶
Updates to the severity information for a finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITY() |
Getter for SEVERITY |
VerificationState¶
The rule action updates the
VerificationStatefield of a finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERIFICATIONSTATE() |
Getter for VERIFICATIONSTATE, with configurable default |
ASK_VERIFICATIONSTATE() |
Getter for VERIFICATIONSTATE w/ exceptions if field has no v |
HAS_VERIFICATIONSTATE() |
Determine if VERIFICATIONSTATE has a value |
Confidence¶
The rule action updates the
Confidencefield of a finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIDENCE() |
Getter for CONFIDENCE, with configurable default |
ASK_CONFIDENCE() |
Getter for CONFIDENCE w/ exceptions if field has no value |
HAS_CONFIDENCE() |
Determine if CONFIDENCE has a value |
Criticality¶
The rule action updates the
Criticalityfield of a finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRITICALITY() |
Getter for CRITICALITY, with configurable default |
ASK_CRITICALITY() |
Getter for CRITICALITY w/ exceptions if field has no value |
HAS_CRITICALITY() |
Determine if CRITICALITY has a value |
Types¶
The rule action updates the
Typesfield of a finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPES() |
Getter for TYPES, with configurable default |
ASK_TYPES() |
Getter for TYPES w/ exceptions if field has no value |
HAS_TYPES() |
Determine if TYPES has a value |
UserDefinedFields¶
The rule action updates the
UserDefinedFieldsfield of a finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERDEFINEDFIELDS() |
Getter for USERDEFINEDFIELDS, with configurable default |
ASK_USERDEFINEDFIELDS() |
Getter for USERDEFINEDFIELDS w/ exceptions if field has no v |
HAS_USERDEFINEDFIELDS() |
Determine if USERDEFINEDFIELDS has a value |
Workflow¶
Used to update information about the investigation into the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOW() |
Getter for WORKFLOW |
RelatedFindings¶
The rule action updates the
RelatedFindingsfield of a finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATEDFINDINGS() |
Getter for RELATEDFINDINGS, with configurable default |
ASK_RELATEDFINDINGS() |
Getter for RELATEDFINDINGS w/ exceptions if field has no val |
HAS_RELATEDFINDINGS() |
Determine if RELATEDFINDINGS has a value |