# Vault The Vault object is of type *Autodesk.Connectivity.WebServicesTools.WebServiceManager* and grants direct access to the Vault APIs. ## Syntax ```{code-block} powershell :linenos: $vault.DocumentService ``` Following properties are available: ```{eval-rst} .. csv-table:: :header: "Type","Name","Description","Access type" "","AdminService","Contains methods for manipulating users and groups.","read-only" "","AnalyticsService","Contains methods for Analytics within a Vault.","read-only" "","AuthService","Contains methods for authenticating to the Vault server.","read-only" "","AutodeskAuthService","Contains methods for authenticating to Vault using Autodesk ID credentials.","read-only" "","BehaviorService","Contains methods for manipulating behaviors.","read-only" "","CategoryService","Contains methods for manipulating categories.","read-only" "","ChangeOrderService","Contains methods for creating and manipulating change orders.","read-only" "","CustomEntityService","A collection of methods related to the Custom Entity entity type.","read-only" "","DocumentService","Contains methods for manipulating files and folders within a vault.","read-only" "","DocumentServiceExtensions","Contains more methods for manipulating files and folders within a vault.","read-only" "","FilestoreService","Contains methods for uploading and downloading binary file data.","read-only" "","FilestoreVaultService","Contains methods to determine information about the Knowledge Vaults.","read-only" "","ForumService","Contains methods for posting messages.","read-only" "","InformationService","Contains methods to determine information about the server, such as the version and product level.","read-only" "","ItemService","Contains methods for manipulating items.","read-only" "","JobService","Contains methods for manipulating the job queue.","read-only" "","KnowledgeVaultService","Contains methods for getting information about the vaults on the server.","read-only" "","LifeCycleService","Contains methods related to the lifecycle behavior.","read-only" "","NumberingService","Contains methods for managing numbering schemes for Files, Items, Change Orders and Items.","read-only" "","PackageService","Contains methods for importing and exporting item data.","read-only" "","PropertyService","Contains methods for manipulating properties on Entities.","read-only" "","ReplicationService","Contains methods for transfering ownerhsip between workgroups.","read-only" "bool","ReSignIn","Gets or sets the re-sign in behavior on all the services in the WebServiceManager.","write-only" "","RevisionService","Contains methods for manipulating revision values and schemes for Entities.","read-only" "","SecurityService","Contains methods for logging into and out of vaults and setting security on specific Entities.","read-only" "","WebServiceCredentials","","read-write" "","WinAuthService","Contains methods for logging into and out of vaults using Windows credentials.","read-only" ``` ## Remarks All the properties of the Vault object are part of the Vault API.\ You can look them up in the VaultSDK documentation under *WebServiceManager Class Members*.