androidDeviceOwnerEnterpriseWiFiConfiguration 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
通过在此配置文件中提供配置,可以指示 Android 设备所有者设备连接到所需的 Wi-Fi 终结点。 通过指定 Wi-Fi 终结点所需的身份验证方法和安全类型,可以让最终用户无缝 Wi-Fi 连接。
继承自 androidDeviceOwnerWiFiConfiguration
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 实体的键。 继承自 deviceConfiguration |
lastModifiedDateTime | DateTimeOffset | 上次修改对象的日期/时间。 继承自 deviceConfiguration |
roleScopeTagIds | 字符串集合 | 此实体实例的范围标记列表。 继承自 deviceConfiguration |
supportsScopeTags | 布尔值 | 指示基础设备配置是否支持分配范围标记。 如果此值为 false,并且实体对限定范围的用户不可见,则不允许向 ScopeTags 属性分配。 这发生在 Silverlight 中创建的旧策略,可以通过在 Azure 门户中删除并重新创建策略来解决。 此属性是只读的。 继承自 deviceConfiguration |
deviceManagementApplicabilityRuleOsEdition | deviceManagementApplicabilityRuleOsEdition | 此策略的 OS 版本适用性。 继承自 deviceConfiguration |
deviceManagementApplicabilityRuleOsVersion | deviceManagementApplicabilityRuleOsVersion | 此策略的 OS 版本适用性规则。 继承自 deviceConfiguration |
deviceManagementApplicabilityRuleDeviceMode | deviceManagementApplicabilityRuleDeviceMode | 此策略的设备模式适用性规则。 继承自 deviceConfiguration |
createdDateTime | DateTimeOffset | 创建对象的日期/时间。 继承自 deviceConfiguration |
description | String | 管理员提供的设备配置的说明。 继承自 deviceConfiguration |
displayName | String | 管理员提供的设备配置的名称。 继承自 deviceConfiguration |
version | Int32 | 设备配置的版本。 继承自 deviceConfiguration |
networkName | String | 从 androidDeviceOwnerWiFiConfiguration 继承的网络名称 |
ssid | String | 这是广播到所有设备的 Wi-Fi 网络的名称。 继承自 androidDeviceOwnerWiFiConfiguration |
connectAutomatically | 布尔值 | 当此网络处于范围内时自动连接。 将此设置为 true 将跳过用户提示,并自动将设备连接到 Wi-Fi 网络。 继承自 androidDeviceOwnerWiFiConfiguration |
connectWhenNetworkNameIsHidden | 布尔值 | 当设置为 true 时,此配置文件将强制设备连接到不会将其 SSID 广播到所有设备的网络。 继承自 androidDeviceOwnerWiFiConfiguration |
wiFiSecurityType | androidDeviceOwnerWiFiSecurityType | 指示 Wi-Fi 终结点是否使用基于 EAP 的安全类型。 继承自 androidDeviceOwnerWiFiConfiguration。 可能的值是:open 、wep 、wpaPersonal 、wpaEnterprise 。 |
preSharedKey | String | 这是 WPA 个人 Wi-Fi 网络的预共享密钥。 继承自 androidDeviceOwnerWiFiConfiguration |
preSharedKeyIsSet | 布尔值 | 这是 WPA 个人 Wi-Fi 网络的预共享密钥。 继承自 androidDeviceOwnerWiFiConfiguration |
proxySettings | wiFiProxySetting | 指定 Wi-Fi 配置的代理设置。 可能的值包括 none、manual 和 automatic。 继承自 androidDeviceOwnerWiFiConfiguration。 可能的值是:none 、manual 、automatic 、unknownFutureValue 。 |
proxyManualAddress | String | 指定代理服务器 IP 地址。 Android 文档未指定 IPv4 或 IPv6。 例如:192.168.1.1。 继承自 androidDeviceOwnerWiFiConfiguration |
proxyManualPort | Int32 | 指定代理服务器端口。 继承自 androidDeviceOwnerWiFiConfiguration |
proxyAutomaticConfigurationUrl | String | 指定代理服务器配置脚本 URL。 继承自 androidDeviceOwnerWiFiConfiguration |
proxyExclusionList | String | 在连接上使用代理排除的主机列表。 这些主机可以使用通配符,例如 *.example.com。 继承自 androidDeviceOwnerWiFiConfiguration |
macAddressRandomizationMode | macAddressRandomizationMode | Android 设备的 MAC 地址随机化模式 Wi-Fi 配置。 可能的值包括自动和硬件。 默认值为自动。 继承自 androidDeviceOwnerWiFiConfiguration。 可取值为:automatic 、hardware 、unknownFutureValue 。 |
eapType | androidEapType | 指示在 Wi-Fi 终结点 (路由器) 上设置的 EAP 协议的类型。 可取值为:eapTls 、eapTtls 、peap 。 |
trustedServerCertificateNames | 字符串集合 | 当 EAP 类型配置为 EAP-TLS/TTLS/FAST 或 PEAP 时,受信任的服务器证书名称。 这是受信任的证书颁发机构 (CA) 颁发的证书中使用的公用名称。 如果提供此信息,则可以绕过最终用户连接到此 Wi-Fi 网络时在设备上显示的动态信任对话框。 |
authenticationMethod | wiFiAuthenticationMethod | 指示将 EAP 类型配置为 PEAP 或 EAP-TTLS 时,客户端 (设备) 需要使用的身份验证方法。 可取值为:certificate 、usernameAndPassword 、derivedCredential 。 |
innerAuthenticationProtocolForEapTtls | nonEapAuthenticationMethodForEapTtlsType | 当 EAP 类型为 EAP-TTLS 且身份验证方法为用户名和密码时,用于身份验证的非 EAP 方法 (内部标识) 。 可能的值是:unencryptedPassword 、challengeHandshakeAuthenticationProtocol 、microsoftChap 、microsoftChapVersionTwo 。 |
innerAuthenticationProtocolForPeap | nonEapAuthenticationMethodForPeap | 当 EAP 类型为 PEAP 且 Authenticationmethod 为“用户名和密码”时,用于身份验证的非 EAP 方法 (内部标识) 。 可取值为:none 、microsoftChapVersionTwo 。 |
outerIdentityPrivacyTemporaryValue | String | 将 EAP 类型配置为 EAP-TTLS 或 PEAP 时, (外部标识) 启用标识隐私。 此处提供的字符串用于在尝试连接到 Wi-Fi 网络时屏蔽单个用户的用户名。 |
关系
关系 | 类型 | 说明 |
---|---|---|
groupAssignments | deviceConfigurationGroupAssignment 集合 | 设备配置文件的组分配列表。 继承自 deviceConfiguration |
assignments | deviceConfigurationAssignment 集合 | 设备配置文件的分配列表。 继承自 deviceConfiguration |
deviceStatuses | deviceConfigurationDeviceStatus 集合 | 按设备的设备配置安装状态。 继承自 deviceConfiguration |
userStatuses | deviceConfigurationUserStatus 集合 | 按用户排列的设备配置安装状态。 继承自 deviceConfiguration |
deviceStatusOverview | deviceConfigurationDeviceOverview | 设备配置设备状态概述 继承自 deviceConfiguration |
userStatusOverview | deviceConfigurationUserOverview | 设备配置用户状态概述 继承自 deviceConfiguration |
deviceSettingStateSummaries | settingStateDeviceSummary 集合 | 设备配置设置状态设备摘要 继承自 deviceConfiguration |
rootCertificateForServerValidation | androidDeviceOwnerTrustedRootCertificate | 当 EAP 类型配置为 EAP-TLS、EAP-TTLS 或 PEAP 时,用于服务器验证的受信任根证书。 这是设备尝试连接到 Wi-Fi 终结点时 Wi-Fi 终结点提供的证书。 设备 (或用户) 必须接受此证书才能继续连接尝试。 |
rootCertificatesForServerValidation | androidDeviceOwnerTrustedRootCertificate 集合 | 当 EAP 类型配置为 EAP-TLS、EAP-TTLS 或 PEAP 时,用于服务器验证的受信任根证书。 这是设备尝试连接到 Wi-Fi 终结点时 Wi-Fi 终结点提供的证书。 设备 (或用户) 必须接受此证书才能继续连接尝试。 该集合最多可包含 500 个元素。 |
identityCertificateForClientAuthentication | androidDeviceOwnerCertificateProfileBase | 将 EAP 类型配置为具有证书身份验证) 的 EAP-TLS、EAP-TTLS (或使用证书身份验证) 的 PEAP (时,用于客户端身份验证的标识证书。 这是客户端提供给 Wi-Fi 终结点的证书。 位于 Wi-Fi 终结点后面的身份验证服务器必须接受此证书才能成功建立 Wi-Fi 连接。 |
derivedCredentialSettings | deviceManagementDerivedCredentialSettings | 要用于身份验证的派生凭据的租户级别设置。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration",
"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",
"eapType": "String",
"trustedServerCertificateNames": [
"String"
],
"authenticationMethod": "String",
"innerAuthenticationProtocolForEapTtls": "String",
"innerAuthenticationProtocolForPeap": "String",
"outerIdentityPrivacyTemporaryValue": "String"
}