Class AgentPool

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-15T15:23:54.977606597Z[Etc/UTC]", comments="Generator version: 7.4.0") 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: