| ise_response 
                  dictionary
                                       | always | A dictionary or list with the response returned by the Cisco ISE Python SDK 
 Sample: {
  "id": "string",
  "name": "string",
  "description": "string",
  "portalType": "string",
  "portalTestUrl": "string",
  "settings": {
    "portalSettings": {
      "httpsPort": 0,
      "allowedInterfaces": [
        "string"
      ],
      "certificateGroupTag": "string",
      "endpointIdentityGroup": "string",
      "displayLang": "string",
      "fallbackLanguage": "string",
      "alwaysUsedLanguage": "string"
    },
    "loginPageSettings": {
      "maxFailedAttemptsBeforeRateLimit": 0,
      "timeBetweenLoginsDuringRateLimit": 0,
      "includeAup": true,
      "aupDisplay": "string",
      "requireAupAcceptance": true,
      "requireScrolling": true,
      "socialConfigs": [
        {}
      ]
    },
    "aupSettings": {
      "displayFrequencyIntervalDays": 0,
      "displayFrequency": "string",
      "includeAup": true,
      "requireScrolling": true
    },
    "employeeChangePasswordSettings": {
      "allowEmployeeToChangePwd": true
    },
    "postLoginBannerSettings": {
      "includePostAccessBanner": true
    },
    "postAccessBannerSettings": {
      "includePostAccessBanner": true
    },
    "supportInfoSettings": {
      "includeSupportInfoPage": true,
      "includeMacAddr": true,
      "includeIpAddress": true,
      "includeBrowserUserAgent": true,
      "includePolicyServer": true,
      "includeFailureCode": true,
      "emptyFieldDisplay": "string",
      "defaultEmptyFieldValue": "string"
    }
  },
  "customizations": {
    "portalTheme": {
      "id": "string",
      "name": "string",
      "themeData": "string"
    },
    "portalTweakSettings": {
      "bannerColor": "string",
      "bannerTextColor": "string",
      "pageBackgroundColor": "string",
      "pageLabelAndTextColor": "string"
    },
    "language": {
      "viewLanguage": "string"
    },
    "globalCustomizations": {
      "mobileLogoImage": {
        "data": "string"
      },
      "desktopLogoImage": {
        "data": "string"
      },
      "bannerImage": {
        "data": "string"
      },
      "backgroundImage": {
        "data": "string"
      },
      "bannerTitle": "string",
      "contactText": "string",
      "footerElement": "string"
    },
    "pageCustomizations": {
      "data": [
        {
          "key": "string",
          "value": "string"
        }
      ]
    }
  },
  "link": {
    "rel": "string",
    "href": "string",
    "type": "string"
  }
} | 
                            
                            | ise_responses 
                  list
                   / elements=dictionary                     added in 1.1.0 of cisco.ise | always | A dictionary or list with the response returned by the Cisco ISE Python SDK 
 Sample: [
  {
    "id": "string",
    "name": "string",
    "description": "string",
    "portalType": "string",
    "portalTestUrl": "string",
    "settings": {
      "portalSettings": {
        "httpsPort": 0,
        "allowedInterfaces": [
          "string"
        ],
        "certificateGroupTag": "string",
        "endpointIdentityGroup": "string",
        "displayLang": "string",
        "fallbackLanguage": "string",
        "alwaysUsedLanguage": "string"
      },
      "loginPageSettings": {
        "maxFailedAttemptsBeforeRateLimit": 0,
        "timeBetweenLoginsDuringRateLimit": 0,
        "includeAup": true,
        "aupDisplay": "string",
        "requireAupAcceptance": true,
        "requireScrolling": true,
        "socialConfigs": [
          {}
        ]
      },
      "aupSettings": {
        "displayFrequencyIntervalDays": 0,
        "displayFrequency": "string",
        "includeAup": true,
        "requireScrolling": true
      },
      "employeeChangePasswordSettings": {
        "allowEmployeeToChangePwd": true
      },
      "postLoginBannerSettings": {
        "includePostAccessBanner": true
      },
      "postAccessBannerSettings": {
        "includePostAccessBanner": true
      },
      "supportInfoSettings": {
        "includeSupportInfoPage": true,
        "includeMacAddr": true,
        "includeIpAddress": true,
        "includeBrowserUserAgent": true,
        "includePolicyServer": true,
        "includeFailureCode": true,
        "emptyFieldDisplay": "string",
        "defaultEmptyFieldValue": "string"
      }
    },
    "customizations": {
      "portalTheme": {
        "id": "string",
        "name": "string",
        "themeData": "string"
      },
      "portalTweakSettings": {
        "bannerColor": "string",
        "bannerTextColor": "string",
        "pageBackgroundColor": "string",
        "pageLabelAndTextColor": "string"
      },
      "language": {
        "viewLanguage": "string"
      },
      "globalCustomizations": {
        "mobileLogoImage": {
          "data": "string"
        },
        "desktopLogoImage": {
          "data": "string"
        },
        "bannerImage": {
          "data": "string"
        },
        "backgroundImage": {
          "data": "string"
        },
        "bannerTitle": "string",
        "contactText": "string",
        "footerElement": "string"
      },
      "pageCustomizations": {
        "data": [
          {
            "key": "string",
            "value": "string"
          }
        ]
      }
    },
    "link": {
      "rel": "string",
      "href": "string",
      "type": "string"
    }
  }
] |