Class CreateAzureCredentialRequestAppBased
java.lang.Object
com.cloudera.cdp.environments.model.CreateAzureCredentialRequestAppBased
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class CreateAzureCredentialRequestAppBased
extends Object
Additional configurations needed for app-based authentication.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for applicationId.Getter for authenticationType.Getter for secretKey.inthashCode()voidsetApplicationId(String applicationId) Setter for applicationId.voidsetAuthenticationType(String authenticationType) Setter for authenticationType.voidsetSecretKey(String secretKey) Setter for secretKey.toString()
-
Constructor Details
-
CreateAzureCredentialRequestAppBased
public CreateAzureCredentialRequestAppBased()
-
-
Method Details
-
getAuthenticationType
Getter for authenticationType. Authentication type of the credential -
setAuthenticationType
Setter for authenticationType. Authentication type of the credential -
getApplicationId
Getter for applicationId. The id of the application registered in Azure. -
setApplicationId
Setter for applicationId. The id of the application registered in Azure. -
getSecretKey
Getter for secretKey. The client secret key (also referred to as application password) for the registered application. -
setSecretKey
Setter for secretKey. The client secret key (also referred to as application password) for the registered application. -
equals
-
hashCode
public int hashCode() -
toString
-