Enumeration NetworkAuthMethod

NetworkAuthMethod are types of RPC credentials to supply to mesh nodes.

Generated

from enum v1.NetworkAuthMethod

Enumeration Members

Enumeration Members

BASIC: 1

BASIC is used to indicate that basic authentication is required.

Generated

from enum value: BASIC = 1;

ID: 3

ID is used to indicate that an identity is required.

Generated

from enum value: ID = 3;

LDAP: 2

LDAP is used to indicate that LDAP authentication is required.

Generated

from enum value: LDAP = 2;

MTLS: 4

MTLS is used to indicate that mutual TLS authentication is required. The TLS object should be used to configure the TLS connection.

Generated

from enum value: MTLS = 4;

NO_AUTH: 0

NO_AUTH is used to indicate that no authentication is required.

Generated

from enum value: NO_AUTH = 0;

Generated using TypeDoc