# Group

모든 사용자는 하나 이상의 그룹에 소속될 수 있다. 그룹에 소속되면 해당 그룹의 역할(Role)을 부여 받게 된다.

```
ex) admin, user
```

사용자는 한 그룹 당 한 개의 역할을 가질 수 있으며, 여러 개의 그룹에 속한 경우 그룹마다 각각 다른 역할을 가질 수 있다.

<figure><img src="/files/wxJjVB6So8QaDZvw0C3o" alt=""><figcaption><p>그룹마다 다른 역할을 가지는 예시</p></figcaption></figure>

그룹에는 인스턴스가 할당된다. 그룹원들은 그룹에 할당된 인스턴스에 대한 권한(Configurable Privileges)을 할당받을 수 있다.

<figure><img src="/files/wSMfRPOY74TdD403bcFe" alt=""><figcaption></figcaption></figure>

***

### Configurable Privileges

Configurable privileges는 각 유저별 권한을 의미한다.

<figure><img src="/files/4XBgprK9gfK4tFDnpKTx" alt=""><figcaption></figcaption></figure>

* 기능별, 인스턴스별로 존재하며, Admin이나 Super Admin이 직접 수정 가능하다.
* 기본값은 전부 권한 없음이다.
* 인스턴스가 명시된 privilege는 해당 인스턴스에서만 기능을 사용할 수 있고,  인스턴스가 명시되지 않은 privilege는 인스턴스와 무관하게 모든 페이지에서 기능을 사용할 수 있다.
* 변경사항이 생기면 Save 버튼이 활성화되며, Save 버튼을 눌러야 변경사항이 저장된다.\
  Cancel 버튼을 누르면 기존 설정값으로 돌아간다.

#### Privilege 종류

<table><thead><tr><th width="230">Privilege</th><th>기능</th></tr></thead><tbody><tr><td>Kill Session</td><td>선택된 인스턴스의 세션을 강제로 종료시킬 수 있는 권한을 가지게됨</td></tr><tr><td>Data Export</td><td>CSV 파일을 다운로드 할 수 있는 권한을 가지게 됨</td></tr><tr><td>Custom</td><td>Dashboard에서 Layout 수정할 수 있는 권한과, Instance Monitoring에서 Layout 생성/수정/삭제 할 수 있는 권한을 가지게 </td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tibero.com/sysmasterdb-for-postgresql1.0/8.3_manual/sysmasterdb/privileges/group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
