Class SetAzureAuditCredentialRequestAppBased
- java.lang.Object
-
- com.cloudera.cdp.environments.model.SetAzureAuditCredentialRequestAppBased
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class SetAzureAuditCredentialRequestAppBased extends Object
Additional configurations needed for app-based authentication.
-
-
Constructor Summary
Constructors Constructor Description SetAzureAuditCredentialRequestAppBased()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getApplicationId()
Getter for applicationId.String
getSecretKey()
Getter for secretKey.int
hashCode()
void
setApplicationId(String applicationId)
Setter for applicationId.void
setSecretKey(String secretKey)
Setter for secretKey.String
toString()
-
-
-
Method Detail
-
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.
-
getSecretKey
public String getSecretKey()
Getter for secretKey. The client secret key (also referred to as application password) for the registered application.
-
setSecretKey
public void setSecretKey(String secretKey)
Setter for secretKey. The client secret key (also referred to as application password) for the registered application.
-
-