Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 781 Bytes

AgentPool.md

File metadata and controls

15 lines (11 loc) · 781 Bytes

Okta.Sdk.Model.AgentPool

An AgentPool is a collection of agents that serve a common purpose. An AgentPool has a unique ID within an org, and contains a collection of agents disjoint to every other AgentPool (i.e. no two AgentPools share an Agent).

Properties

Name Type Description Notes
Agents List<Agent> [optional]
Id string [optional] [readonly]
Name string [optional]
OperationalStatus OperationalStatus [optional]
Type AgentType [optional]

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