Class AzureCredentialPrerequisitesResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.environments.model.AzureCredentialPrerequisitesResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class AzureCredentialPrerequisitesResponse extends CdpResponse
Response object for getting Azure credential prerequisites.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description AzureCredentialPrerequisitesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAppCreationCommand()
Getter for appCreationCommand.List<CredentialGranularPolicyResponse>
getPolicies()
Getter for policies.String
getRoleDefinitionJson()
Getter for roleDefinitionJson.int
hashCode()
void
setAppCreationCommand(String appCreationCommand)
Setter for appCreationCommand.void
setPolicies(List<CredentialGranularPolicyResponse> policies)
Setter for policies.void
setRoleDefinitionJson(String roleDefinitionJson)
Setter for roleDefinitionJson.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getAppCreationCommand
public String getAppCreationCommand()
Getter for appCreationCommand. Azure CLI command to create Azure AD Application encoded in base64.
-
setAppCreationCommand
public void setAppCreationCommand(String appCreationCommand)
Setter for appCreationCommand. Azure CLI command to create Azure AD Application encoded in base64.
-
getRoleDefinitionJson
public String getRoleDefinitionJson()
Getter for roleDefinitionJson. The related role definition json encoded in base64
-
setRoleDefinitionJson
public void setRoleDefinitionJson(String roleDefinitionJson)
Setter for roleDefinitionJson. The related role definition json encoded in base64
-
getPolicies
public List<CredentialGranularPolicyResponse> getPolicies()
Getter for policies. The fine-grained policies related to each service.
-
setPolicies
public void setPolicies(List<CredentialGranularPolicyResponse> policies)
Setter for policies. The fine-grained policies related to each service.
-
-