seguro.commands.acl_syncer.broker.Config¶
- class seguro.commands.acl_syncer.broker.Config(clients: dict[str, seguro.commands.acl_syncer.broker.Client], groups: dict[str, seguro.commands.acl_syncer.broker.Group], roles: dict[str, seguro.commands.acl_syncer.broker.Role])[source]¶
Bases:
object
- __init__(clients, groups, roles)¶
Methods
__init__
(clients, groups, roles)also_in
(other)belonging_to
([client_names])equal_to
(other)from_acl
(acl)not_in
(other)Attributes
- classmethod from_acl(acl)[source]¶
- Parameters:
acl (AccessControlList)
- Return type: