-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ianhelle/entity updates 2023 09 01 (#718)
* Updates to entity definitions: - Added additional attributes to Host and Account - Added entities: mailbox_configuration.py, oauth_application.py service_principal.py - Added alias entities for Ip (IpAddress), Machine (Host) and User (Account) in entities/__init__.py - Fixed pivot.remove_pivot_funcs to handle aliased entities without throwing exception - Added some property descriptors for shared or derived attribute values - Added a couple common functions for listing entity names and classes to entities/__init__.py * Flake8 suppressions for account.py * Minor updates to entity properties * Suppressing pylint warning in mordor_driver
- Loading branch information
Showing
13 changed files
with
525 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.