Authentication Types REST Endpoints

AAA/Authentication Types
Use for managing authentication types.
Create an Authentication Type Instance
Method: post
Path: /api/AAA/AuthTypes
Delete an Authentication Type Instance
Method: delete
Path: /api/AAA/AuthTypes/{id}
Get an Authentication Type Instance by ID
Method: get
Path: /api/AAA/AuthTypes/{id}
Get Authentication Type Instances
Method: get
Path: /api/AAA/AuthTypes
Get Authentication Type Instances for Combo Boxes and Item Selectors
Method: get
Path: /api/AAA/AuthTypes/readForSelect
Update an Authentication Type Instance
Method: put
Path: /api/AAA/AuthTypes/{id}