public sealed class Chokepoint : IMessage<Chokepoint>, IEquatable<Chokepoint>, IDeepCloneable<Chokepoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Chokepoint.
Contains details about a chokepoint, which is a resource or resource group where high-risk attack paths converge, based on attack path simulations.
Implements
IMessageChokepoint, IEquatableChokepoint, IDeepCloneableChokepoint, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Chokepoint()
public Chokepoint()
Chokepoint(Chokepoint)
public Chokepoint(Chokepoint other)
Parameter | |
---|---|
Name | Description |
other |
Chokepoint |
Properties
RelatedFindings
public RepeatedField<string> RelatedFindings { get; }
List of resource names of findings associated with this chokepoint. For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |