Security Command Center v2 API - Class InvocationReference (1.5.0)

public sealed class InvocationReference : IMessage<InvocationReference>, IEquatable<InvocationReference>, IDeepCloneable<InvocationReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class InvocationReference.

Represents a reference to a specific OpenTelemetry invocation.

Inheritance

object > InvocationReference

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

InvocationReference()

public InvocationReference()

InvocationReference(InvocationReference)

public InvocationReference(InvocationReference other)
Parameter
Name Description
other InvocationReference

Properties

InvocationId

public string InvocationId { get; set; }

The unique identifier of the invocation.

Property Value
Type Description
string