{
    "title": "Keycloak Properties",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.security.properties.keycloak.KeycloakProperties",
    "type": "object",
    "properties": {
        "iamKeycloakUrl": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamKeycloakAuthenticationMethodPath": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamKeycloakTruststorePath": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamKeycloakTruststorePassword": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamKeycloakTruststoreType": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamKeycloakClientSecret": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamKeycloakClientId": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamKeycloakAdminAccount": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamKeycloakAdminPassword": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamKeycloakRealm": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        }
    },
    "additionalProperties": false
}