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 Google Cloud Security Command Center v1 API class AttackPath.Types.AttackPathNode.Types.PathNodeAssociatedFinding.
A finding that is associated with this node in the attack path.
Implements
IMessageAttackPathTypesAttackPathNodeTypesPathNodeAssociatedFinding, IEquatableAttackPathTypesAttackPathNodeTypesPathNodeAssociatedFinding, IDeepCloneableAttackPathTypesAttackPathNodeTypesPathNodeAssociatedFinding, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
PathNodeAssociatedFinding()
public PathNodeAssociatedFinding()
PathNodeAssociatedFinding(PathNodeAssociatedFinding)
public PathNodeAssociatedFinding(AttackPath.Types.AttackPathNode.Types.PathNodeAssociatedFinding other)
Parameter | |
---|---|
Name | Description |
other |
AttackPathTypesAttackPathNodeTypesPathNodeAssociatedFinding |
Properties
CanonicalFinding
public string CanonicalFinding { get; set; }
Canonical name of the associated findings. Example:
organizations/123/sources/456/findings/789
Property Value | |
---|---|
Type | Description |
string |
FindingCategory
public string FindingCategory { get; set; }
The additional taxonomy group within findings from a given source.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Full resource name of the finding.
Property Value | |
---|---|
Type | Description |
string |