You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:defdetect_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 """iffcinBASE_FILECATEGORY:
return"/"eliffcinSECRET_MANAGEMENT_FILECATEGORY:
return"/secretmanagement/"eliffcinREMOTE_MACHINES_ACCESS_FILECATEGORY:
return"/remoteMachinesAccess/"else:
return"/platformAccountProperties/"
The text was updated successfully, but these errors were encountered:
Suggestion: Add support the File Category:
remoteMachinesAccess
To support updating
remoteMachinesAccess/remoteMachines
andremoteMachinesAccess/accessRestrictedToRemoteMachines
Would be nice to have support for remoteMachinesAccess in the code.
We are updating these by code.
BR
Bjorn-Kare
The text was updated successfully, but these errors were encountered: