Class SetAzureAuditCredentialRequest
java.lang.Object
com.cloudera.cdp.environments.model.SetAzureAuditCredentialRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class SetAzureAuditCredentialRequest
extends Object
Request object for a set Azure audit credential request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for appBased.Getter for subscriptionId.Getter for tenantId.int
hashCode()
void
Setter for appBased.void
setSubscriptionId
(String subscriptionId) Setter for subscriptionId.void
setTenantId
(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
-