KeycloakUsers

KeycloakUsers
KeycloakUsers

collection of keycloak users

This class is array of KeycloakUser
JSON Example
[
    {
        "id": "c43add41-7fe0-4821-bc25-ef503abb9008",
        "createdTimestamp": "number",
        "username": "oper",
        "firstName": "oper",
        "lastName": "NGINX",
        "enabled": true,
        "emailVerified": false,
        "disableableCredentialTypes": [
            "string"
        ],
        "requiredActions": [
            "string"
        ],
        "notBefore": "number",
        "attributes": {
            "attributes": [
                "string"
            ]
        },
        "realmRoles": [
            "string"
        ],
        "clientRoles": {},
        "access": {},
        "groups": [
            "/Oper"
        ],
        "credentials": [
            {
                "type": "password",
                "value": "Oper@123",
                "temporary": false
            }
        ],
        "email": "string",
        "origin": "string",
        "self": "string"
    }
]