Roles
Everything on SkillVeris tagged Roles — collected across the glossary, study notes, blog, and cheat sheets.
14 resources across 2 libraries
Study Notes(13)
Authorization and Roles
How ASP.NET MVC restricts access to controllers and actions using the [Authorize] attribute, role-based checks, and custom policy-style filters.
Teams Permissions and Roles
A practical guide to the role hierarchy in Microsoft Teams — from tenant admin down to channel member — and what each role can and cannot do.
Server Roles and Features
Understand the distinction between Windows Server roles and features, and how to add them using Server Manager and PowerShell.
Security Roles in Dataverse
Understand how Dataverse security roles, privileges, and access levels control who can see and do what with your data.
Authorization Policies and Roles
Learn how ASP.NET Core moves beyond simple role checks into flexible, claims-based authorization policies for fine-grained access control.
Roles and Access Control
How Snowflake's role-based access control model governs who can do what, using hierarchical roles, privilege grants, and secure ownership rather than per-user…
OAuth 2.0 Roles and Terminology
A guided tour of the four OAuth 2.0 roles — resource owner, client, authorization server, resource server — and the core vocabulary you'll see in every spec an…
Ansible Best Practices
Field-tested conventions for structuring playbooks, roles, and inventories so Ansible automation stays maintainable, secure, and idempotent as it scales.
Ansible Roles Explained
Learn what Ansible roles are, why they exist, and how their standard directory layout lets you package reusable, shareable automation.
Testing Roles with Molecule
Learn how Molecule automates spinning up test instances, converging a role, and verifying results to give roles real automated tests.
IAM Users, Groups, and Roles
AWS Identity and Access Management (IAM) defines who or what can act in your account, using users, groups, and roles as the core identity building blocks.
Elasticsearch Cluster Architecture
How Elasticsearch nodes join together into a cluster, elect a master, and coordinate to store and serve data reliably.
Authentication and Authorization in Spring
How Spring Security distinguishes proving identity (authentication) from granting access (authorization), covering roles, method security, and JWT-based statel…