데이터 역할 기반 액세스 제어(데이터 RBAC)는 조직 내 사용자 역할에 따라 데이터에 대한 사용자 액세스를 제한하는 보안 모델입니다. 데이터 RBAC를 사용하면 관리자가 범위를 정의하고 사용자에게 할당하여 사용자가 작업 기능에 필요한 데이터에만 액세스하도록 할 수 있습니다.
데이터 RBAC 및 기능 RBAC는 함께 포괄적인 액세스 제어 시스템을 제공하기 위해 종종 함께 사용됩니다. 차이점은 다음과 같습니다.
기능 RBAC는 시스템 내의 특정 특성 또는 기능에 대한 액세스를 제어합니다. 기능 RBAC는 역할에 따라 사용자가 액세스할 수 있는 기능을 결정합니다.
데이터 RBAC는 시스템 내의 특정 데이터 또는 정보에 대한 액세스를 제어합니다. 데이터 RBAC는 역할에 따라 데이터를 보고 수정하기 위한 사용자 액세스를 제어합니다.
예를 들어 사용자가 특정 기능(기능 RBAC)에 액세스하도록 허용될 수 있으며, 이 기능 내에서 특정 데이터에 대한 액세스가 역할(데이터 RBAC)에 따라 추가로 제한될 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-01-23(UTC)"],[[["Data RBAC (role-based access control) restricts user access to data based on their organizational roles, ensuring they can only access data necessary for their job."],["Data RBAC works in conjunction with feature RBAC, where feature RBAC controls access to system functionalities, and data RBAC controls access to specific data within those features."],["Data RBAC allows administrators to define scopes and assign them to users, enabling granular control over data visibility and modification rights."],["Data RBAC is supported in Google SecOps, with resources available to understand, set up, and evaluate its impact on features."]]],[]]