Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1153-1184 of 1801 terms

P
32

Permissions

The specific rights granted to an identity to perform actions on resources, read a file, modify a record, call an API. Managing permissions to the minimum needed is the essence of access control.

Permissions are the granular authorizations that determine what an identity may do: which actions on which resources are allowed. They are the building blocks of access control, assembled into roles, policies, and entitlements. The central discipline is least privilege, granting only the permissions genuinely needed, since excess permissions expand what a compromised account can do and create privilege-escalation and lateral-movement risk. Understanding permissions is foundational to identity and access management.

Introduced in: Identity and Access Management

Examples

  • Granting read-only permission to a file rather than full control.
  • Assembling permissions into a role for a job function.
  • Removing unneeded permissions to enforce least privilege.

No related terms linked yet.