emqx/rel/i18n/emqx_authz_api_sources.hocon

49 lines
817 B
Plaintext

emqx_authz_api_sources {
authorization_sources_get.desc:
"""List all authorization sources"""
authorization_sources_post.desc:
"""Add a new source"""
authorization_sources_type_delete.desc:
"""Delete source"""
authorization_sources_type_get.desc:
"""Get a authorization source"""
authorization_sources_type_move_post.desc:
"""Change the exection order of sources"""
authorization_sources_type_put.desc:
"""Update source"""
authorization_sources_type_status_get.desc:
"""Get a authorization source"""
source.desc:
"""Authorization source"""
source.label:
"""source"""
source_config.desc:
"""Source config"""
source_config.label:
"""source_config"""
source_type.desc:
"""Authorization type"""
source_type.label:
"""source_type"""
sources.desc:
"""Authorization sources"""
sources.label:
"""sources"""
}