# Conditional Access ポリシーのバックアップ

### 説明

現在の Conditional Access ポリシーのセットを Microsoft Graph 経由でエクスポートし、ZIP アーカイブとして Azure Storage にアップロードします。コンテナー名が指定されていない場合は、日付ベースの名前が生成されます。

### 場所

Organization → Security → Backup Conditional Access Policies

**フル Runbook 名**

rjgit-org\_security\_backup-conditional-access-policies

### 権限

#### アプリケーションの権限

* **種類**: Microsoft Graph
  * Policy.Read.All

#### 権限に関する注記

Azure IaaS: 指定された Azure Storage Account / Resource Group へのアクセス

### パラメーター

#### ContainerName

Azure Storage コンテナーの名前。省略した場合は、既定の名前が生成されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### ResourceGroupName

Storage Account を含む Azure リソース グループの名前。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### StorageAccountName

アップロードに使用する Azure Storage Account の名前。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### StorageAccountLocation

作成が必要な場合の Storage Account の Azure リージョン。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### StorageAccountSku

作成が必要な場合の Storage Account の SKU 名。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

[Runbook Reference の概要に戻る](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references)
