> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/ko/users-and-credentials/commission-access-control-cards/credential-auto-deactivate.md).

# 자격 증명 자동 비활성화

자격 증명 자동 비활성화는 일정 기간 동안 사용되지 않은 사용자 자격 증명을 자동으로 비활성화합니다. 이 기능을 사용하면 지정된 제외 그룹의 사용자를 제외한 조직 내 모든 사용자에게 영향을 줍니다.

{% hint style="warning" %}

* 자격 증명 자동 비활성화는 카드와 키포브와 같은 물리적 자격 증명에만 작동합니다. Face Unlock, Mobile NFC 또는 Mobile BLE와 같은 자격 증명에는 작동하지 않습니다.
* SCIM 또는 Google Workspace를 사용하여 외부 ID 공급자를 통해 프로비저닝된 자격 증명은 조직의 자동 비활성화 설정에 의해 자동으로 비활성화되지 않습니다.
  {% endhint %}

***

## 구성

{% hint style="danger" %}
자격 증명 자동 비활성화를 켜려면 Access System Admin이어야 합니다. 다음에 대해 자세히 알아보세요. [액세스 제어의 역할 및 권한](/access-control/ko/getting-started/roles-and-permissions-for-access-control.md).
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Access로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Access Settings를 클릭합니다.**
{% endstep %}

{% step %}
**Auto-Deactivate Credentials를 켭니다.**

a.  **기간,** 자격 증명이 사용되지 않을 경우 자동으로 비활성화되기 전에 대기할 기간(7 - 365일)을 설정합니다.\
b.  **제외 그룹,** 클릭 **그룹 관리** 하여 자격 증명이 자동으로 비활성화되지 않아야 하는 그룹을 선택합니다.
{% endstep %}
{% endstepper %}

***

## 알림

Command 알림 받은편지함에서 Credential Auto-Deactivate에 대해 다음 알림을 구성할 수 있습니다. [Command 알림 받은편지함](/verkada-cameras/ko/analytics/create-camera-event-alerts.md):

{% stepper %}
{% step %}
**Credential Auto-Deactivated: 사용자 자격 증명이 자동으로 비활성화되었을 때 알려줍니다.**
{% endstep %}

{% step %}
**Deactivated Credential Used: 누군가 귀하의 도어 중 하나에서 비활성화된 자격 증명을 사용하려고 할 때 알려줍니다.**
{% endstep %}
{% endstepper %}

***

## 자격 증명 상태

액세스 사용자 프로필의  **자격 증명** 아래에서 키카드의 상태와 자격 증명이 마지막으로 사용된 시점을 확인할 수 있습니다. 자격 증명의 상태는 다음에서 변경할 수 있습니다. **상태** 드롭다운.

{% hint style="warning" %}
또한 다음에서 자격 증명 상태 정보를 확인할 수 있습니다. [자격 증명 CSV 내보내기](/access-control/ko/users-and-credentials/commission-access-control-cards/import-and-export-credentials-with-csv-files.md). 최상의 결과를 얻으려면 다음 기준으로 필터링하세요. **자격 증명 상태, 마지막 사용, 자동 비활성화됨** 필드.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/access-control/ko/users-and-credentials/commission-access-control-cards/credential-auto-deactivate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
