androidEasEmailProfileConfiguration リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
このプロファイルに構成を提供することで、KNOX デバイス上のネイティブ電子メール クライアントに対して、Exchange サーバーと通信し、電子メール、連絡先、予定表、タスク、メモを取得するように指示できます。 さらに、同期する電子メールの量と、デバイスを同期する頻度を指定することもできます。
deviceConfiguration から継承します
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| androidEasEmailProfileConfigurations を一覧表示する | androidEasEmailProfileConfiguration コレクション | androidEasEmailProfileConfiguration オブジェクトのプロパティとリレーションシップを一覧表示します。 |
| androidEasEmailProfileConfiguration を取得する | androidEasEmailProfileConfiguration | androidEasEmailProfileConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
| androidEasEmailProfileConfiguration を作成する | androidEasEmailProfileConfiguration | 新しい androidEasEmailProfileConfiguration オブジェクトを 作成します。 |
| androidEasEmailProfileConfiguration を削除する | なし | androidEasEmailProfileConfiguration を削除します。 |
| androidEasEmailProfileConfiguration を更新する | androidEasEmailProfileConfiguration | androidEasEmailProfileConfiguration オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティのキー。 deviceConfiguration から継承します |
| lastModifiedDateTime | DateTimeOffset | オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します |
| roleScopeTagIds | String collection | このエンティティ インスタンスのスコープ タグの一覧。 deviceConfiguration から継承します |
| supportsScopeTags | ブール値 | 基になるデバイス構成がスコープ タグの割り当てをサポートするかどうかを示します。 この値が false で、エンティティがスコープユーザーに表示されない場合、ScopeTags プロパティへの割り当ては許可されません。 これは Silverlight で作成されたレガシ ポリシーに対して行われ、Azure Portal でポリシーを削除して再作成することで解決できます。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。 deviceConfiguration から継承します |
| deviceManagementApplicabilityRuleOsEdition | deviceManagementApplicabilityRuleOsEdition | このポリシーの OS エディションの適用性。 deviceConfiguration から継承します |
| deviceManagementApplicabilityRuleOsVersion | deviceManagementApplicabilityRuleOsVersion | このポリシーの OS バージョンの適用規則。 deviceConfiguration から継承します |
| deviceManagementApplicabilityRuleDeviceMode | deviceManagementApplicabilityRuleDeviceMode | このポリシーのデバイス モード適用規則。 deviceConfiguration から継承します |
| createdDateTime | DateTimeOffset | オブジェクトが作成された DateTime。 deviceConfiguration から継承します |
| 説明 | String | 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します |
| displayName | String | 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します |
| version | Int32 | デバイス構成のバージョン。 deviceConfiguration から継承します |
| accountName | String | アカウント名Exchange ActiveSync、EAS (この) プロファイルの名前としてユーザーに表示されます。 |
| authenticationMethod | easAuthenticationMethod | Exchange ActiveSyncの認証方法。 可能な値は usernameAndPassword、certificate、derivedCredential です。 |
| syncCalendar | ブール値 | 予定表の同期を切り替えます。 false カレンダーに設定されている場合は、デバイスでオフになっています。 |
| syncContacts | ブール値 | 連絡先の同期を切り替えます。 false 連絡先に設定すると、デバイスで無効になります。 |
| syncTasks | ブール値 | 同期タスクを切り替えます。 false タスクに設定されている場合は、デバイスでオフになります。 |
| syncNotes | ブール値 | ノートの同期を切り替えます。 false に設定すると、デバイスでノートがオフになります。 |
| durationOfEmailToSync | emailSyncDuration | 電子メールを同期する必要がある期間。 可能な値は、userDefined、oneDay、threeDays、oneWeek、twoWeeks、oneMonth、unlimited です。 |
| emailAddressSource | userEmailSource | AAD から選択され、デバイスにインストールする前にこのプロファイルに挿入される電子メール属性。 可能な値は、userPrincipalName、primarySmtpAddress です。 |
| emailSyncSchedule | emailSyncSchedule | 電子メール同期スケジュール。 可能な値は、userDefined、asMessagesArrive、manual、fifteenMinutes、thirtyMinutes、sixtyMinutes、basedOnMyUsage です。 |
| hostName | String | ネイティブ メール アプリが接続する Exchange の場所 (URL)。 |
| requireSmime | ブール値 | S/MIME 証明書を使用するかどうかを示します。 |
| requireSsl | ブール値 | SSL を使用するかどうかを示します。 |
| usernameSource | androidUsernameSource | AAD から選択され、デバイスにインストールする前にこのプロファイルに挿入されるユーザー名属性。 使用可能な値: username、userPrincipalName、samAccountName、primarySmtpAddress。 |
| userDomainNameSource | domainNameSource | デバイスにインストールする前に、AAD から選択され、このプロファイルに挿入される UserDomainname 属性。 可能な値は、fullDomainName、netBiosDomainName です。 |
| customDomainName | String | デバイスにインストールする前に電子メール プロファイルを生成するときに使用されるカスタム ドメイン名の値。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| groupAssignments | deviceConfigurationGroupAssignment コレクション | デバイスの構成プロファイルのグループ割り当てのリストです。 deviceConfiguration から継承します |
| assignments | deviceConfigurationAssignment コレクション | デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します |
| deviceStatuses | deviceConfigurationDeviceStatus コレクション | デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します |
| userStatuses | deviceConfigurationUserStatus コレクション | ユーザー別のデバイス構成のインストール状態。 deviceConfiguration から継承します |
| deviceStatusOverview | deviceConfigurationDeviceOverview | デバイス構成のデバイス状態の概要 (deviceConfiguration から継承) |
| userStatusOverview | deviceConfigurationUserOverview | デバイス構成のユーザー状態の概要 (deviceConfiguration から継承) |
| deviceSettingStateSummaries | settingStateDeviceSummary コレクション | デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承) |
| identityCertificate | androidCertificateProfileBase | ID 証明書。 |
| smimeSigningCertificate | androidCertificateProfileBase | S/MIME 署名証明書。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.androidEasEmailProfileConfiguration",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
],
"supportsScopeTags": true,
"deviceManagementApplicabilityRuleOsEdition": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsEdition",
"osEditionTypes": [
"String"
],
"name": "String",
"ruleType": "String"
},
"deviceManagementApplicabilityRuleOsVersion": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsVersion",
"minOSVersion": "String",
"maxOSVersion": "String",
"name": "String",
"ruleType": "String"
},
"deviceManagementApplicabilityRuleDeviceMode": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleDeviceMode",
"deviceMode": "String",
"name": "String",
"ruleType": "String"
},
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"version": 1024,
"accountName": "String",
"authenticationMethod": "String",
"syncCalendar": true,
"syncContacts": true,
"syncTasks": true,
"syncNotes": true,
"durationOfEmailToSync": "String",
"emailAddressSource": "String",
"emailSyncSchedule": "String",
"hostName": "String",
"requireSmime": true,
"requireSsl": true,
"usernameSource": "String",
"userDomainNameSource": "String",
"customDomainName": "String"
}
フィードバック
フィードバックの送信と表示