Security Command Center v2 API - Class AttackPath.Types.AttackPathNode.Types.PathNodeAssociatedFinding (1.0.0-beta01)

public sealed class AttackPath.Types.AttackPathNode.Types.PathNodeAssociatedFinding : IMessage<AttackPath.Types.AttackPathNode.Types.PathNodeAssociatedFinding>, IEquatable<AttackPath.Types.AttackPathNode.Types.PathNodeAssociatedFinding>, IDeepCloneable<AttackPath.Types.AttackPathNode.Types.PathNodeAssociatedFinding>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class AttackPath.Types.AttackPathNode.Types.PathNodeAssociatedFinding.

A finding that is associated with this node in the attack path.

Inheritance

object > AttackPath.Types.AttackPathNode.Types.PathNodeAssociatedFinding

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

PathNodeAssociatedFinding()

public PathNodeAssociatedFinding()

PathNodeAssociatedFinding(PathNodeAssociatedFinding)

public PathNodeAssociatedFinding(AttackPath.Types.AttackPathNode.Types.PathNodeAssociatedFinding other)
Parameter
NameDescription
otherAttackPathTypesAttackPathNodeTypesPathNodeAssociatedFinding

Properties

CanonicalFinding

public string CanonicalFinding { get; set; }

Canonical name of the associated findings. Example: organizations/123/sources/456/findings/789

Property Value
TypeDescription
string

FindingCategory

public string FindingCategory { get; set; }

The additional taxonomy group within findings from a given source.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Full resource name of the finding.

Property Value
TypeDescription
string