Class AzureCredentialProperties

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class AzureCredentialProperties extends Object
The credential properties that closely related to those that have been created on Azure.
  • Constructor Details

    • AzureCredentialProperties

      public AzureCredentialProperties()
  • Method Details

    • getSubscriptionId

      public String getSubscriptionId()
      Getter for subscriptionId. The Azure subscription ID for the given credential.
    • setSubscriptionId

      public void setSubscriptionId(String subscriptionId)
      Setter for subscriptionId. The Azure subscription ID for the given credential.
    • getTenantId

      public String getTenantId()
      Getter for tenantId. The Azure tenant ID for the given credential.
    • setTenantId

      public void setTenantId(String tenantId)
      Setter for tenantId. The Azure tenant ID for the given credential.
    • getAppId

      public String getAppId()
      Getter for appId. The ID of the created Azure app.
    • setAppId

      public void setAppId(String appId)
      Setter for appId. The ID of the created Azure app.
    • 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
    • getCertificate

      public AzureCredentialCertificateProperties getCertificate()
      Getter for certificate. The public certificate used by the Azure credential.
    • setCertificate

      public void setCertificate(AzureCredentialCertificateProperties certificate)
      Setter for certificate. The public certificate used by the Azure credential.
    • 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