Package version:

SSH connectivity endpoint details.

interface SshConnectivityEndpoint {
    endpoint: string;
    privateSshEndpoint?: string;
}

Properties

endpoint: string

SSH connectivity endpoint.

privateSshEndpoint?: string

Private SSH connectivity endpoint. This property will only be returned when enableInternalIngress is true.