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