/*
* API Documentation
*
* Source of truth and network automation platform
*
* The version of the OpenAPI document: 3.1.0 (3.1)
*
* Generated by: https://openapi-generator.tech
*/
/// BulkWritableVpnPhase1PolicyRequestAuthenticationMethod : PSK, RSA, ECDSA, Certificate
#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
pub struct BulkWritableVpnPhase1PolicyRequestAuthenticationMethod {}
impl BulkWritableVpnPhase1PolicyRequestAuthenticationMethod {
/// PSK, RSA, ECDSA, Certificate
pub fn new() -> BulkWritableVpnPhase1PolicyRequestAuthenticationMethod {
BulkWritableVpnPhase1PolicyRequestAuthenticationMethod {}
}
}