Class UpdateAzureCredentialRequestAppBased

java.lang.Object
com.cloudera.cdp.environments.model.UpdateAzureCredentialRequestAppBased

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class UpdateAzureCredentialRequestAppBased extends Object
Additional configurations needed for app-based authentication.
  • Constructor Details

    • UpdateAzureCredentialRequestAppBased

      public UpdateAzureCredentialRequestAppBased()
  • Method Details

    • getAuthenticationType

      public String getAuthenticationType()
      Getter for authenticationType. Authentication type of the credential
    • setAuthenticationType

      public void setAuthenticationType(String authenticationType)
      Setter for authenticationType. Authentication type of the credential
    • getApplicationId

      public String getApplicationId()
      Getter for applicationId. The id of the application registered in Azure.
    • setApplicationId

      public void setApplicationId(String applicationId)
      Setter for applicationId. The id of the application registered in Azure.
    • 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