Class AzureCredentialPrerequisitesResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class AzureCredentialPrerequisitesResponse
    extends CdpResponse
    Response object for getting Azure credential prerequisites.
    • Constructor Detail

      • AzureCredentialPrerequisitesResponse

        public AzureCredentialPrerequisitesResponse()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object