> 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/ja/yzto/commission-access-control-cards/credential-auto-deactivate.md).

# 認証情報の自動無効化

Credential Auto-Deactivate は、一定期間使用されていないユーザーの認証情報を自動的に無効化します。有効にすると、この機能は、指定された除外グループのメンバーを除く、組織内のすべてのユーザーに影響します。

{% hint style="warning" %}

* Credential Auto-Deactivate は、カードやフォブなどの物理認証情報にのみ対応しています。Mobile NFC や Mobile BLE などのモバイル認証情報には対応していません。
* SCIM または Google Workspace を使用して外部 IDプロバイダ 経由でプロビジョニングされた認証情報は、組織の自動無効化設定によって自動的に無効化されません。
  {% endhint %}

***

## 構成

{% hint style="danger" %}
Credential Auto-Deactivate を有効にするには、Access System Admin である必要があります。詳細については [アクセスコントロールの役割と権限](/access-control/ja/hajimeni/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 %}

***

## アラート

Credential Auto-Deactivate の次のアラートは、 [Command アラート受信トレイ](/verkada-cameras/ja/fen-xi/create-camera-event-alerts.md):

{% stepper %}
{% step %}
**Credential Auto-Deactivated: ユーザーの認証情報が自動的に無効化されたときにアラートを送信します。**
{% endstep %}

{% step %}
**Deactivated Credential Used: ドアのいずれかで無効化された認証情報を使用しようとしたときにアラートを送信します。**
{% endstep %}
{% endstepper %}

***

## 認証情報のステータス

アクセスユーザープロフィールの下の **認証情報**では、キーカードのステータスと、認証情報が最後に使用された日時を確認できます。認証情報のステータスは、 **ステータス** ドロップダウン。

{% hint style="warning" %}
認証情報のステータス情報も、 [Credential CSV エクスポート](/access-control/ja/yzto/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/ja/yzto/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.
