Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class PathNodeAssociatedFinding.
A finding that is associated with this node in the attack path.
Generated from protobuf message google.cloud.securitycenter.v1.AttackPath.AttackPathNode.PathNodeAssociatedFinding
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ AttackPath \ AttackPathNodeMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ canonical_finding |
string
Canonical name of the associated findings. Example: |
↳ finding_category |
string
The additional taxonomy group within findings from a given source. |
↳ name |
string
Full resource name of the finding. |
getCanonicalFinding
Canonical name of the associated findings. Example:
organizations/123/sources/456/findings/789
Returns | |
---|---|
Type | Description |
string |
setCanonicalFinding
Canonical name of the associated findings. Example:
organizations/123/sources/456/findings/789
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFindingCategory
The additional taxonomy group within findings from a given source.
Returns | |
---|---|
Type | Description |
string |
setFindingCategory
The additional taxonomy group within findings from a given source.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getName
Full resource name of the finding.
Returns | |
---|---|
Type | Description |
string |
setName
Full resource name of the finding.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |