Package com.cloudera.cdp.dw.model
Class VwSummaryJwtAuth
- java.lang.Object
-
- com.cloudera.cdp.dw.model.VwSummaryJwtAuth
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.249-07:00") public class VwSummaryJwtAuth extends Object
Details related to JWT Authentication settings on this Virtual Warehouse.
-
-
Constructor Summary
Constructors Constructor Description VwSummaryJwtAuth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getProvider()
Getter for provider.int
hashCode()
void
setProvider(String provider)
Setter for provider.String
toString()
-
-
-
Method Detail
-
getProvider
public String getProvider()
Getter for provider. If JWT auth is enabled on the Virtual Warehouse, describes the type of provider. If set to \"CDP\", then the CDP JWT auth provider is configured. If set to \"CUSTOM\", then another JWT provider is configured. If empty or missing, then JWT auth is not enabled on this Virtual Warehouse.
-
setProvider
public void setProvider(String provider)
Setter for provider. If JWT auth is enabled on the Virtual Warehouse, describes the type of provider. If set to \"CDP\", then the CDP JWT auth provider is configured. If set to \"CUSTOM\", then another JWT provider is configured. If empty or missing, then JWT auth is not enabled on this Virtual Warehouse.
-
-