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 Details

    • VwSummaryJwtAuth

      public VwSummaryJwtAuth()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object