Package com.ibm.cloud.is.vpc.v1.model
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VPNServerAuthentication.Method
The type of authentication.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateInstanceReference
getClientCa()
Gets the clientCa.String
getCrl()
Gets the crl.VPNServerAuthenticationByUsernameIdProvider
getIdentityProvider()
Gets the identityProvider.String
getMethod()
Gets the method.
-
-
-
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
-
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
-
-