Security Command Center v2 API - Class Agent (1.5.0)

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

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

Represents a monitored AI Agent.

Inheritance

object > Agent

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

Agent()

public Agent()

Agent(Agent)

public Agent(Agent other)
Parameter
Name Description
other Agent

Properties

DisplayName

public string DisplayName { get; set; }

The user friendly name of the specific agent instance where the finding was detected, for example, "Banking Agent".

Property Value
Type Description
string

Id

public string Id { get; set; }

Identifier of the agent.

Property Value
Type Description
string