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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAppId()
Getter for appId.Getter for authenticationType.Getter for certificate.Getter for subscriptionId.Getter for tenantId.int
hashCode()
void
Setter for appId.void
setAuthenticationType
(String authenticationType) Setter for authenticationType.void
setCertificate
(AzureCredentialCertificateProperties certificate) Setter for certificate.void
setSubscriptionId
(String subscriptionId) Setter for subscriptionId.void
setTenantId
(String tenantId) Setter for tenantId.toString()
-
Constructor Details
-
AzureCredentialProperties
public AzureCredentialProperties()
-
-
Method Details
-
getSubscriptionId
Getter for subscriptionId. The Azure subscription ID for the given credential. -
setSubscriptionId
Setter for subscriptionId. The Azure subscription ID for the given credential. -
getTenantId
Getter for tenantId. The Azure tenant ID for the given credential. -
setTenantId
Setter for tenantId. The Azure tenant ID for the given credential. -
getAppId
Getter for appId. The ID of the created Azure app. -
setAppId
Setter for appId. The ID of the created Azure app. -
getAuthenticationType
Getter for authenticationType. Authentication type of the credential -
setAuthenticationType
Setter for authenticationType. Authentication type of the credential -
getCertificate
Getter for certificate. The public certificate used by the Azure credential. -
setCertificate
Setter for certificate. The public certificate used by the Azure credential. -
equals
-
hashCode
public int hashCode() -
toString
-