public sealed class Agent : IMessage<Agent>, IEquatable<Agent>, IDeepCloneable<Agent>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class Agent.
Represents a monitored AI Agent.
Namespace
Google.Cloud.SecurityCenter.V1Assembly
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 |
|