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.GenericModelThe 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 interfaceVPNServerAuthenticationByUsernameIdProvider.ProviderTypeThe type of identity provider to be used by the VPN client.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringproviderType()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 are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the route on which the unexpected property value was encountered.- Returns:
- the providerType
-
-