LocalUser
                                LocalUser                            
                            Represents Local User and its attributes
JSON Example
                                    {
    "apiKey": "string",
    "creationTimestamp": "string",
    "domain": "string",
    "id": "string",
    "isConfigured": false,
    "name": "string",
    "role": {
        "id": "string"
    },
    "type": "One among: USER, GROUP, SERVICE"
}
            
            
                                    string
                
                
            
        
        
                apiKey            
                            Optional
            
            
        The API key of the user
            
            
                                    string
                
                
            
        
        
                creationTimestamp            
                            Optional
            
            
        The timestamp at which the user was created
            
            
                                    string
                
                
            
        
        
                domain            
                            Optional
            
            
        The domain of the user
            
            
                                    string
                
                
            
        
        
                id            
                            Optional
            
            
        The ID of the user
            
            
                                    boolean
                
                
            
        
        
                isConfigured            
                            Optional
            
            
        Flag indicating whether or not local account is configured
            
            
                                    string
                
                
            
        
        
                name            
                            Required
            
            
        The name of the user
            
            
                                    string
                
                
            
        
        
                type            
                            Required
            
            
        The type of the user
