名前空間: microsoft.graph
重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
このプロファイルで構成を指定することで、目的の Wi-Fi エンドポイントに接続するように Android デバイスに指示できます。 エンドポイントで予期される認証方法とセキュリティの種類を指定することで Wi-Fi エンド ユーザーに対してシームレスな Wi-Fi 接続を作成できます。 このプロファイルは、Enterprise Wi-Fi プロファイルよりも制限付きで単純なセキュリティの種類を提供します。
deviceConfiguration から継承します
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| androidDeviceOwnerWiFiConfigurations を一覧表示する | androidDeviceOwnerWiFiConfiguration コレクション | androidDeviceOwnerWiFiConfiguration オブジェクトのプロパティと関係を一覧表示します。 |
| androidDeviceOwnerWiFiConfiguration の取得 | androidDeviceOwnerWiFiConfiguration | androidDeviceOwnerWiFiConfiguration オブジェクトのプロパティと関係を読み取ります。 |
| androidDeviceOwnerWiFiConfiguration を作成する | androidDeviceOwnerWiFiConfiguration | 新しい androidDeviceOwnerWiFiConfiguration オブジェクトを作成します。 |
| androidDeviceOwnerWiFiConfiguration を削除する | なし | androidDeviceOwnerWiFiConfiguration を削除します。 |
| androidDeviceOwnerWiFiConfiguration を更新する | androidDeviceOwnerWiFiConfiguration | androidDeviceOwnerWiFiConfiguration オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティのキー。 deviceConfiguration から継承します |
| lastModifiedDateTime | DateTimeOffset | オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します |
| roleScopeTagIds | String collection | このエンティティ インスタンスのスコープ タグの一覧。 deviceConfiguration から継承します |
| supportsScopeTags | ブール型 | 基になるデバイス構成がスコープ タグの割り当てをサポートしているかどうかを示します。 この値が false の場合、ScopeTags プロパティへの割り当ては許可されず、スコープを指定されたユーザーにエンティティが表示されません。 これは、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 から継承します |
| networkName | 文字列 | ネットワーク名 |
| ssid | 文字列 | これは、すべてのデバイスにブロードキャストされる Wi-Fi ネットワークの名前です。 |
| connectAutomatically | ブール型 | このネットワークが範囲内にある場合は、自動的に接続します。 これを true に設定すると、ユーザー プロンプトがスキップされ、デバイス Wi-Fi ネットワークに自動的に接続されます。 |
| connectWhenNetworkNameIsHidden | ブール型 | true に設定すると、このプロファイルは、SSID をすべてのデバイスにブロードキャストしないネットワークにデバイスが強制的に接続するようにします。 |
| wiFiSecurityType | androidDeviceOwnerWiFiSecurityType | エンドポイント Wi-Fi EAP ベースのセキュリティの種類を使用しているかどうかを示します。 使用可能な値: open、wep、wpaPersonal、wpaEnterprise。 |
| preSharedKey | 文字列 | これは、WPA Personal Wi-Fi Network 用の事前共有キーです。 |
| preSharedKeyIsSet | ブール型 | これは、WPA Personal Wi-Fi Network 用の事前共有キーです。 |
| proxySettings | wiFiProxySetting | Wi-Fi 構成のプロキシ設定を指定します。 指定できる値は、none、manual、automatic です。 使用可能な値: none、manual、automatic、unknownFutureValue。 |
| proxyManualAddress | 文字列 | プロキシ サーバーの IP アドレスを指定します。 Android のドキュメントでは、IPv4 や IPv6 は指定されていません。 例: 192.168.1.1。 |
| proxyManualPort | Int32 | プロキシ サーバーのポートを指定します。 |
| proxyAutomaticConfigurationUrl | 文字列 | プロキシ サーバー構成スクリプトの URL を指定します。 |
| proxyExclusionList | 文字列 | 接続時にプロキシを使用して除外するホストの一覧。 これらのホストでは、*.example.com などのワイルドカードを使用できます。 |
| macAddressRandomizationMode | macAddressRandomizationMode | Android デバイス Wi-Fi 構成の MAC アドレスランダム化モード。 指定可能な値は、自動とハードウェアです。 既定値は自動です。 可能な値は automatic、hardware、unknownFutureValue です。 |
関係
| リレーションシップ | 型 | 説明 |
|---|---|---|
| groupAssignments | deviceConfigurationGroupAssignment コレクション | デバイスの構成プロファイルのグループ割り当てのリストです。 deviceConfiguration から継承します |
| assignments | deviceConfigurationAssignment コレクション | デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します |
| deviceStatuses | deviceConfigurationDeviceStatus コレクション | デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します |
| userStatuses | deviceConfigurationUserStatus コレクション | ユーザー別のデバイス構成のインストールの状態。 deviceConfiguration から継承します |
| deviceStatusOverview | deviceConfigurationDeviceOverview | デバイス構成のデバイス状態の概要 (deviceConfiguration から継承) |
| userStatusOverview | deviceConfigurationUserOverview | デバイス構成のユーザー状態の概要 (deviceConfiguration から継承) |
| deviceSettingStateSummaries | settingStateDeviceSummary コレクション | デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承) |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.androidDeviceOwnerWiFiConfiguration",
"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,
"networkName": "String",
"ssid": "String",
"connectAutomatically": true,
"connectWhenNetworkNameIsHidden": true,
"wiFiSecurityType": "String",
"preSharedKey": "String",
"preSharedKeyIsSet": true,
"proxySettings": "String",
"proxyManualAddress": "String",
"proxyManualPort": 1024,
"proxyAutomaticConfigurationUrl": "String",
"proxyExclusionList": "String",
"macAddressRandomizationMode": "String"
}