Class VPNServerAuthentication

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.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 Details

    • 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
    • getIdentityProvider

      public VPNServerAuthenticationByUsernameIdProvider getIdentityProvider()
      Gets the identityProvider. The type of identity provider to be used by VPN client.
      Returns:
      the identityProvider
    • 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