Authentication Types REST Endpoints
    
        AAA/Authentication Types
    
Use for managing authentication types.
- Create an Authentication Type Instance
- Method: postPath:/api/AAA/AuthTypes
- Delete an Authentication Type Instance
- Method: deletePath:/api/AAA/AuthTypes/{id}
- Get an Authentication Type Instance by ID
- Method: getPath:/api/AAA/AuthTypes/{id}
- Get Authentication Type Instances
- Method: getPath:/api/AAA/AuthTypes
- Get Authentication Type Instances for Combo Boxes and Item Selectors
- Method: getPath:/api/AAA/AuthTypes/readForSelect
- Update an Authentication Type Instance
- Method: putPath:/api/AAA/AuthTypes/{id}