Class VPNServerAuthentication

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel
    Direct Known Subclasses:
    VPNServerAuthenticationByCertificate, VPNServerAuthenticationByUsername

    public class VPNServerAuthentication
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    An authentication method for this VPN server. Classes which extend this class: - VPNServerAuthenticationByUsername - VPNServerAuthenticationByCertificate
    • Method Detail

      • getMethod

        public String getMethod()
        Gets the method. The type of authentication. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
        Returns:
        the method
      • getClientCa

        public CertificateInstanceReference getClientCa()
        Gets the clientCa. The certificate instance used for the VPN client certificate authority (CA).
        Returns:
        the clientCa
      • getCrl

        public String getCrl()
        Gets the crl. The certificate revocation list contents, encoded in PEM format.
        Returns:
        the crl