Management
The Management
class provides static properties for managing storage, users, and groups within an application or system. This class offers centralized access to these resources, enabling efficient management and retrieval.
Static Properties:
storages: Storages
(read-only)
A read-only property that provides access to the storage resources within the system. TheStorages
object may include various storage types and related operations.users: Grantees
(read-only)
A read-only property representing a collection of user objects or grantees. This provides access to user information and management functions.groups: Grantees
(read-only)
A read-only property representing a collection of group objects or grantees. This allows access to group information and management functions.