Class SetAzureAuditCredentialRequestAppBased
java.lang.Object
com.cloudera.cdp.environments.model.SetAzureAuditCredentialRequestAppBased
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class SetAzureAuditCredentialRequestAppBased
extends Object
Additional configurations needed for app-based authentication.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for applicationId.Getter for secretKey.int
hashCode()
void
setApplicationId
(String applicationId) Setter for applicationId.void
setSecretKey
(String secretKey) Setter for secretKey.toString()
-
Constructor Details
-
SetAzureAuditCredentialRequestAppBased
public SetAzureAuditCredentialRequestAppBased()
-
-
Method Details
-
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
-