KnownAgentPoolSSHAccess enum
Known values of AgentPoolSSHAccess that the service accepts.
Fields
| Disabled | SSH service will be turned off on the node. More information can be found under https://aka.ms/aks/ssh/disable |
| EntraId | SSH to node with EntraId integration. More information can be found under https://aka.ms/aks/ssh/aad |
| LocalUser | Can SSH onto the node as a local user using private key. |