Class VwSummaryJwtAuth


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class VwSummaryJwtAuth
    extends Object
    Details related to JWT Authentication settings on this Virtual Warehouse.
    • Constructor Detail

      • VwSummaryJwtAuth

        public VwSummaryJwtAuth()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object