Share via


AgentPoolSSHAccess type

SSH access method of an agent pool.
KnownAgentPoolSSHAccess can be used interchangeably with AgentPoolSSHAccess, this enum contains the known values that the service supports.

Known values supported by the service

LocalUser: Can SSH onto the node as a local user using private key.
Disabled: SSH service will be turned off on the node.
EntraId: SSH to node with EntraId integration. More information can be found under https://aka.ms/aks/ssh/aad

type AgentPoolSSHAccess = string