Class SetAzureAuditCredentialRequest
java.lang.Object
com.cloudera.cdp.environments.model.SetAzureAuditCredentialRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class SetAzureAuditCredentialRequest
extends Object
Request object for a set Azure audit credential request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for appBased.Getter for subscriptionId.Getter for tenantId.inthashCode()voidSetter for appBased.voidsetSubscriptionId(String subscriptionId) Setter for subscriptionId.voidsetTenantId(String tenantId) Setter for tenantId.toString()
-
Constructor Details
-
SetAzureAuditCredentialRequest
public SetAzureAuditCredentialRequest()
-
-
Method Details
-
getSubscriptionId
Getter for subscriptionId. The Azure subscription ID. -
setSubscriptionId
Setter for subscriptionId. The Azure subscription ID. -
getTenantId
Getter for tenantId. The Azure AD tenant ID for the Azure subscription. -
setTenantId
Setter for tenantId. The Azure AD tenant ID for the Azure subscription. -
getAppBased
Getter for appBased. -
setAppBased
Setter for appBased. -
equals
-
hashCode
public int hashCode() -
toString
-