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="2024-09-27T08:40:26.724-07:00") public class AzureCredentialPrerequisitesResponse extends CdpResponse
Response object for getting Azure credential prerequisites.
  • Constructor Details

    • AzureCredentialPrerequisitesResponse

      public AzureCredentialPrerequisitesResponse()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object