| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- emqx_authn_api {
- authentication_get.desc:
- """List authenticators for global authentication."""
- authentication_get.label:
- """List authenticators"""
- authentication_id_delete.desc:
- """Delete authenticator from global authentication chain."""
- authentication_id_delete.label:
- """Delete authenticator"""
- authentication_id_get.desc:
- """Get authenticator from global authentication chain."""
- authentication_id_get.label:
- """Get authenticator"""
- authentication_id_position_put.desc:
- """Move authenticator in global authentication chain."""
- authentication_id_position_put.label:
- """Move authenticator"""
- authentication_id_put.desc:
- """Update authenticator from global authentication chain."""
- authentication_id_put.label:
- """Update authenticator"""
- authentication_id_status_get.desc:
- """Get authenticator status from global authentication chain."""
- authentication_id_status_get.label:
- """Get authenticator status"""
- authentication_id_users_get.desc:
- """List users in authenticator in global authentication chain."""
- authentication_id_users_get.label:
- """List users in authenticator"""
- authentication_id_users_post.desc:
- """Create users for authenticator in global authentication chain."""
- authentication_id_users_post.label:
- """Create users for authenticator"""
- authentication_id_users_user_id_delete.desc:
- """Delete user in authenticator in global authentication chain."""
- authentication_id_users_user_id_delete.label:
- """Delete user in authenticator"""
- authentication_id_users_user_id_get.desc:
- """Get user from authenticator in global authentication chain."""
- authentication_id_users_user_id_get.label:
- """Get user from authenticator"""
- authentication_id_users_user_id_put.desc:
- """Update user in authenticator in global authentication chain."""
- authentication_id_users_user_id_put.label:
- """Update user in authenticator"""
- authentication_post.desc:
- """Create authenticator for global authentication."""
- authentication_post.label:
- """Create authenticator"""
- authentication_order_put.desc:
- """Reorder all authenticators in global authentication chain."""
- authentication_order_put.label:
- """Reorder Authenticators"""
- is_superuser.desc:
- """Is superuser"""
- is_superuser.label:
- """Is superuser"""
- like_user_id.desc:
- """Fuzzy search user_id (username or clientid)."""
- like_user_id.label:
- """like_user_id"""
- listeners_listener_id_authentication_get.desc:
- """List authenticators for listener authentication."""
- listeners_listener_id_authentication_get.label:
- """List authenticators for listener"""
- listeners_listener_id_authentication_id_delete.desc:
- """Delete authenticator from listener authentication chain."""
- listeners_listener_id_authentication_id_delete.label:
- """Delete authenticator from listener"""
- listeners_listener_id_authentication_id_get.desc:
- """Get authenticator from listener authentication chain."""
- listeners_listener_id_authentication_id_get.label:
- """Get authenticator from listener"""
- listeners_listener_id_authentication_id_position_put.desc:
- """Move authenticator in listener authentication chain."""
- listeners_listener_id_authentication_id_position_put.label:
- """Move authenticator in listener"""
- listeners_listener_id_authentication_id_put.desc:
- """Update authenticator from listener authentication chain."""
- listeners_listener_id_authentication_id_put.label:
- """Update authenticator from listener"""
- listeners_listener_id_authentication_id_status_get.desc:
- """Get authenticator status from listener authentication chain."""
- listeners_listener_id_authentication_id_status_get.label:
- """Get authenticator status from listener"""
- listeners_listener_id_authentication_id_users_get.desc:
- """List users in authenticator in listener authentication chain."""
- listeners_listener_id_authentication_id_users_get.label:
- """List users in authenticator in listener"""
- listeners_listener_id_authentication_id_users_post.desc:
- """Create users for authenticator in listener authentication chain."""
- listeners_listener_id_authentication_id_users_post.label:
- """Create users for authenticator in listener"""
- listeners_listener_id_authentication_id_users_user_id_delete.desc:
- """Delete user in authenticator in listener authentication chain."""
- listeners_listener_id_authentication_id_users_user_id_delete.label:
- """Delete user in authenticator in listener"""
- listeners_listener_id_authentication_id_users_user_id_get.desc:
- """Get user from authenticator in listener authentication chain."""
- listeners_listener_id_authentication_id_users_user_id_get.label:
- """Get user from authenticator in listener"""
- listeners_listener_id_authentication_id_users_user_id_put.desc:
- """Update user in authenticator in listener authentication chain."""
- listeners_listener_id_authentication_id_users_user_id_put.label:
- """Update user in authenticator in listener"""
- listeners_listener_id_authentication_post.desc:
- """Create authenticator for listener authentication."""
- listeners_listener_id_authentication_post.label:
- """Create authenticator for listener"""
- param_auth_id.desc:
- """Authenticator ID."""
- param_auth_id.label:
- """Authenticator ID"""
- param_listener_id.desc:
- """Listener ID."""
- param_listener_id.label:
- """Listener ID"""
- param_position.desc:
- """Position of authenticator in chain. Possible values are 'front', 'rear', 'before:{other_authenticator}', 'after:{other_authenticator}'."""
- param_position.label:
- """Position of authenticator"""
- param_user_id.desc:
- """User ID."""
- param_user_id.label:
- """User ID"""
- }
|