**Source URL:** https://general.veevavault.dev/clinical/vault-sdk/references/vault-permissions.md

# Vault Permissions



The following Vault permissions control actions for deploying and managing code in Vault. Learn more about [permission sets in Vault Help](https://platform.veevavault.help/en/gr/22824).

| Permission Label | Controls |
| --- | --- |
| *Vault Owner* security profile | You must have the standard *Vault Owner* security profile to connect to the Vault Java SDK Debugger. |
| *Admin: Vault Java SDK: Read* | Ability to read Vault Java SDK code; you’ll need this permission to deploy code, validate code, export a VPK which contains code, or download source code. |
| *Admin: Vault Java SDK: Create* | Ability to create Vault Java SDK code; you’ll need this permission to deploy code, update existing code, or enable and disable extensions. |
| *Admin: Vault Java SDK: Edit* | Ability to create Vault Java SDK code; you’ll need this permission to deploy code, update existing code, or enable and disable extensions. |
| *Admin: Vault Java SDK: Delete* | Ability to delete Vault Java SDK code; you’ll need this permission to deploy code or delete existing source code. |
| *Admin: Migration Packages: Deploy* | Ability to deploy packages; you’ll need this permission on the target Vault to deploy code. |
| *Objects: Inbound Package: Read* | Ability to view the Inbound Package object. You must also have Read permission on all fields for this object. |
| *Objects: Inbound Package Step: Read* | Ability to view the Inbound Package Step object. You must also have Read permission on all fields for this object. |
| *Objects: Inbound Package Data: Read* | Ability to view the Inbound Package Data object. You must also have Read permission on all fields for this object. |
| *Objects: Inbound Package Component: Read* | Ability to view the Inbound Package Component object. You must also have Read permission on all fields for this object. |


---

**Previous:** [Limits & Restrictions](/clinical/vault-sdk/references/limits-restrictions)  
**Next:** [Vault Audit Logs](/clinical/vault-sdk/references/audit)