Google Cloud Security Command Center v1 API - Class Agent (3.27.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Agent.

Represents a monitored AI Agent.

Inheritance

object > Agent

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.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