Class UpdateAzureCredentialRequestAppBased
- java.lang.Object
-
- com.cloudera.cdp.environments.model.UpdateAzureCredentialRequestAppBased
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class UpdateAzureCredentialRequestAppBased extends Object
Additional configurations needed for app-based authentication.
-
-
Constructor Summary
Constructors Constructor Description UpdateAzureCredentialRequestAppBased()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getApplicationId()
Getter for applicationId.String
getAuthenticationType()
Getter for authenticationType.int
hashCode()
void
setApplicationId(String applicationId)
Setter for applicationId.void
setAuthenticationType(String authenticationType)
Setter for authenticationType.String
toString()
-
-
-
Method Detail
-
getAuthenticationType
public String getAuthenticationType()
Getter for authenticationType. Authentication type of the credential
-
setAuthenticationType
public void setAuthenticationType(String authenticationType)
Setter for authenticationType. Authentication type of the credential
-
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.
-
-