Package com.ibm.cloud.is.vpc.v1.model
Class VPNServerAuthenticationByUsernameIdProvider
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPNServerAuthenticationByUsernameIdProvider
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
VPNServerAuthenticationByUsernameIdProviderByIAM
public class VPNServerAuthenticationByUsernameIdProvider extends com.ibm.cloud.sdk.core.service.model.GenericModel
The type of identity provider to be used by VPN client. Classes which extend this class: - VPNServerAuthenticationByUsernameIdProviderByIAM
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VPNServerAuthenticationByUsernameIdProvider.ProviderType
The type of identity provider to be used by the VPN client: - `iam`: IBM identity and access management The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
providerType()
Gets the providerType.
-
-
-
Method Detail
-
providerType
public String providerType()
Gets the providerType. The type of identity provider to be used by the VPN client: - `iam`: IBM identity and access management The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the providerType
-
-