androidWorkProfileGmailEasConfiguration リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
このプロファイルに構成を指定すると、Android Work Profile デバイス上の Gmail メール クライアントに、Exchange サーバーと通信し、メール、連絡先、予定表、タスク、メモを取得するように指示できます。 さらに、同期するメールの量と、デバイスを同期する頻度を指定することもできます。
androidWorkProfileEasEmailProfileBase から継承します
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティのキー。 deviceConfiguration から継承します |
lastModifiedDateTime | DateTimeOffset | オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します |
roleScopeTagIds | String collection | このエンティティ インスタンスのスコープ タグの一覧。 deviceConfiguration から継承します |
supportsScopeTags | ブール型 | 基になるデバイス構成がスコープ タグの割り当てをサポートするかどうかを示します。 ScopeTags プロパティへの割り当ては、この値が false であり、スコープ付きユーザーにエンティティが表示されない場合は許可されません。 これは Silverlight で作成されたレガシ ポリシーに対して発生し、Azure Portal でポリシーを削除して再作成することで解決できます。 このプロパティは読み取り専用です。 deviceConfiguration から継承します |
deviceManagementApplicabilityRuleOsEdition | deviceManagementApplicabilityRuleOsEdition | このポリシーの OS エディションの適用性。 deviceConfiguration から継承します |
deviceManagementApplicabilityRuleOsVersion | deviceManagementApplicabilityRuleOsVersion | このポリシーの OS バージョンの適用規則。 deviceConfiguration から継承します |
deviceManagementApplicabilityRuleDeviceMode | deviceManagementApplicabilityRuleDeviceMode | このポリシーのデバイス モードの適用規則。 deviceConfiguration から継承します |
createdDateTime | DateTimeOffset | オブジェクトが作成された DateTime。 deviceConfiguration から継承します |
description | String | 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します |
displayName | String | 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します |
version | Int32 | デバイス構成のバージョン。 deviceConfiguration から継承します |
authenticationMethod | easAuthenticationMethod | Exchange ActiveSync の認証方法。
androidWorkProfileEasEmailProfileBase から継承されます。 可能な値は usernameAndPassword 、certificate 、derivedCredential です。 |
durationOfEmailToSync | emailSyncDuration | メールを同期する必要がある期間。
androidWorkProfileEasEmailProfileBase から継承されます。 可能な値は、userDefined 、oneDay 、threeDays 、oneWeek 、twoWeeks 、oneMonth 、unlimited です。 |
emailAddressSource | userEmailSource | デバイスにインストールする前に、AAD から選択され、このプロファイルに挿入される電子メール属性。
androidWorkProfileEasEmailProfileBase から継承されます。 可能な値は、userPrincipalName 、primarySmtpAddress です。 |
hostName | String | メール アプリが接続する Exchange の場所 (URL)。 androidWorkProfileEasEmailProfileBase から継承 |
requireSsl | ブール型 | SSL を使用するかどうかを示します。 androidWorkProfileEasEmailProfileBase から継承 |
usernameSource | androidUsernameSource | デバイスにインストールする前に、AAD から選択され、このプロファイルに挿入される Username 属性。
androidWorkProfileEasEmailProfileBase から継承されます。 使用可能な値: username 、userPrincipalName 、samAccountName 、primarySmtpAddress 。 |
関係
リレーションシップ | 型 | 説明 |
---|---|---|
groupAssignments | deviceConfigurationGroupAssignment コレクション | デバイスの構成プロファイルのグループ割り当てのリストです。 deviceConfiguration から継承します |
assignments | deviceConfigurationAssignment コレクション | デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します |
deviceStatuses | deviceConfigurationDeviceStatus コレクション | デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します |
userStatuses | deviceConfigurationUserStatus コレクション | ユーザー別のデバイス構成のインストール状態。 deviceConfiguration から継承します |
deviceStatusOverview | deviceConfigurationDeviceOverview | デバイス構成のデバイス状態の概要 (deviceConfiguration から継承) |
userStatusOverview | deviceConfigurationUserOverview | デバイス構成のユーザー状態の概要 (deviceConfiguration から継承) |
deviceSettingStateSummaries | settingStateDeviceSummary コレクション | デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承) |
identityCertificate | androidWorkProfileCertificateProfileBase | ID 証明書。 androidWorkProfileEasEmailProfileBase から継承 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.androidWorkProfileGmailEasConfiguration",
"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,
"authenticationMethod": "String",
"durationOfEmailToSync": "String",
"emailAddressSource": "String",
"hostName": "String",
"requireSsl": true,
"usernameSource": "String"
}