Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Add support the File Category: remoteMachinesAccess #33

Open
BKFlister opened this issue Nov 27, 2024 · 0 comments
Open

Suggestion: Add support the File Category: remoteMachinesAccess #33

BKFlister opened this issue Nov 27, 2024 · 0 comments

Comments

@BKFlister
Copy link

Suggestion: Add support the File Category: remoteMachinesAccess

To support updating remoteMachinesAccess/remoteMachines and remoteMachinesAccess/accessRestrictedToRemoteMachines

Would be nice to have support for remoteMachinesAccess in the code.
We are updating these by code.

BR
Bjorn-Kare

# Accounts.py

# Line 16:
REMOTE_MACHINES_ACCESS_FILECATEGORY = ("remoteMachines","accessRestrictedToRemoteMachines")
 
# Line 863:
def detect_fc_path(self, fc: str):
        """
        Detect the path of the File Category
 
        :param fc: the name of the File Category
        :return: The string representing the Path to the FC
        """
        if fc in BASE_FILECATEGORY:
            return "/"
        elif fc in SECRET_MANAGEMENT_FILECATEGORY:
            return "/secretmanagement/"
        elif fc in REMOTE_MACHINES_ACCESS_FILECATEGORY:
            return "/remoteMachinesAccess/"
        else:
            return "/platformAccountProperties/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant