Class AgentPool

java.lang.Object
com.okta.sdk.resource.model.AgentPool
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-01-09T11:36:22.142807-06:00[America/Chicago]") public class AgentPool extends Object implements Serializable
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).
See Also: