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="2024-09-27T08:40:25.071-07:00")
public class VwSummaryJwtAuth
extends Object
Details related to JWT Authentication settings on this Virtual Warehouse.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for provider.int
hashCode()
void
setProvider
(String provider) Setter for provider.toString()
-
Constructor Details
-
VwSummaryJwtAuth
public VwSummaryJwtAuth()
-
-
Method Details
-
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
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. -
equals
-
hashCode
public int hashCode() -
toString
-