NSX-T Data Center REST API
OspfAuthenticationConfig (schema)
OSPF Authentication Configuration
Enables OSPF authentication with specified mode and password.
| Name | Description | Type | Notes | 
|---|---|---|---|
| key_id | Authentication secret key id Authentication secret key id is mandatory for type md5 with min value of 1 and max value 255.  | 
            
            integer | Minimum: 1 Maximum: 255  | 
          
| mode | Authentication mode If mode is MD5 or PASSWORD, Authentication secret key is mandatory if mode is NONE, then authentication is deactivated.  | 
            
            string | Enum: NONE, PASSWORD, MD5 Default: "NONE"  | 
          
| secret_key | Authentication secret key Authentication secret is mandatory for type password and md5 with min length of 1 and max length 8.  | 
            
            secure_string |