Delinea · Schema

AuthenticationFailedResponse

Response object for authentication failures

Privileged Access ManagementPAMSecrets ManagementIdentity SecurityDevOpsCybersecurity

Properties

Name Type Description
message string Error message
View JSON Schema on GitHub

JSON Schema

authenticationfailedresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://docs.delinea.com/online-help/secret-server/api-scripting/rest-api/schemas/AuthenticationFailedResponse",
  "title": "AuthenticationFailedResponse",
  "description": "Response object for authentication failures",
  "required": [
    "message"
  ],
  "properties": {
    "message": {
      "description": "Error message",
      "type": "string"
    }
  },
  "type": "object"
}