Okta.Sdk.Model.AgentPool

October 22, 2025 ยท View on GitHub

An agent pool is a collection of agents that serve a common purpose. An agent pool has a unique ID within an org, and contains a collection of agents disjoint to every other agent pool, meaning that no two agent pools share an agent.

Properties

NameTypeDescriptionNotes
AgentsList<Agent>[optional]
DisruptedAgentsintNumber of agents in the pool that are in a disrupted state[optional]
IdstringAgent pool ID[optional] [readonly]
InactiveAgentsintNumber of agents in the pool that are in an inactive state[optional]
NamestringAgent pool name[optional]
OperationalStatusOperationalStatus[optional]
TypeAgentType[optional]
LinksLinksSelf[optional]

[Back to Model list] [Back to API list] [Back to README]