Okta.Sdk.Model.AgentPoolUpdate
Various information about agent auto-update configuration
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Agents | List<Agent> | [optional] | |
| AgentType | AgentType | [optional] | |
| Enabled | bool | Indicates if auto-update is enabled for the agent pool | [optional] |
| Id | string | ID of the agent pool update | [optional] [readonly] |
| Name | string | Name of the agent pool update | [optional] |
| NotifyAdmin | bool | Indicates if the admin is notified about the update | [optional] |
| Reason | string | Reason for the update | [optional] |
| Schedule | AutoUpdateSchedule | [optional] | |
| SortOrder | int | Specifies the sort order | [optional] |
| Status | AgentUpdateJobStatus | [optional] | |
| TargetVersion | string | The agent version to update to | [optional] |
| Links | LinksSelf | [optional] |