android wifi 配置文件,androidWiFiConfiguration 资源类型

本文介绍了如何使用microsoft.graph.androidWiFiConfiguration资源类型来配置Android设备的Wi-Fi连接。该配置文件允许设备自动连接到特定的Wi-Fi网络,并设置了安全类型如open、wpaEnterprise和wpa2Enterprise。此外,还讨论了设备管理和适用性规则,包括设备模式、操作系统版本和组分配。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

androidWiFiConfiguration 资源类型androidWiFiConfiguration resource type

2020/11/19

本文内容

命名空间:microsoft.graphNamespace: microsoft.graph

重要说明: /Beta 版本下的 Microsoft Graph Api 可能会发生更改;不支持生产使用。Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

通过提供此配置文件中的配置,可以指示 Android 设备连接到所需的 Wi-Fi 终结点。By providing the configurations in this profile you can instruct the Android device to connect to desired Wi-Fi endpoint. 通过指定 Wi-Fi 终结点所需的身份验证方法和安全类型,可以为最终用户使 Wi-Fi 连接无缝。By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. 此配置文件提供的安全类型有限且更简单,而不是企业 Wi-Fi 配置文件。This profile provides limited and simpler security types than Enterprise Wi-Fi profile.

MethodsMethods

属性Properties

属性Property

类型Type

说明Description

idid

字符串String

实体的键。Key of the entity.

lastModifiedDateTimelastModifiedDateTime

DateTimeOffsetDateTimeOffset

上次修改对象的日期/时间。DateTime the object was last modified.

roleScopeTagIdsroleScopeTagIds

String 集合String collection

此实体实例的范围标记列表。List of Scope Tags for this Entity instance.

supportsScopeTagssupportsScopeTags

BooleanBoolean

指示基础设备配置是否支持作用域标记的分配。Indicates whether or not the underlying Device Configuration supports the assignment of scope tags. 如果此值为 false,则不允许分配给 ScopeTags 属性,并且实体将对作用域用户不可见。Assigning to the ScopeTags property is not allowed when this value is false and entities will not be visible to scoped users. 这适用于在 Silverlight 中创建的旧版策略,可以通过在 Azure 门户中删除并重新创建策略来解决此事件。This occurs for Legacy policies created in Silverlight and can be resolved by deleting and recreating the policy in the Azure Portal. 此属性是只读的。This property is read-only.

deviceManagementApplicabilityRuleOsEditiondeviceManagementApplicabilityRuleOsEdition

适用于此策略的操作系统版本。The OS edition applicability for this Policy.

deviceManagementApplicabilityRuleOsVersiondeviceManagementApplicabilityRuleOsVersion

此策略的操作系统版本适用性规则。The OS version applicability rule for this Policy.

deviceManagementApplicabilityRuleDeviceModedeviceManagementApplicabilityRuleDeviceMode

此策略的设备模式适用性规则。The device mode applicability rule for this Policy.

createdDateTimecreatedDateTime

DateTimeOffsetDateTimeOffset

创建对象的日期/时间。DateTime the object was created.

descriptiondescription

字符串String

管理员提供的设备配置的说明。Admin provided description of the Device Configuration.

displayNamedisplayName

字符串String

管理员提供的设备配置的名称。Admin provided name of the device configuration.

versionversion

Int32Int32

设备配置的版本。Version of the device configuration.

networkNamenetworkName

字符串String

网络名称Network Name

ssidssid

字符串String

这是广播到所有设备的 Wi-Fi 网络的名称。This is the name of the Wi-Fi network that is broadcast to all devices.

connectAutomaticallyconnectAutomatically

BooleanBoolean

当此网络在范围内时自动连接。Connect automatically when this network is in range. 将此设置为 true 将跳过用户提示,并自动将设备连接到 Wi-Fi 网络。Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network.

connectWhenNetworkNameIsHiddenconnectWhenNetworkNameIsHidden

BooleanBoolean

当设置为 true 时,此配置文件将强制设备连接到不会将其 SSID 广播给所有设备的网络。When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices.

wiFiSecurityTypewiFiSecurityType

指示 Wi-Fi 终结点是否使用基于 EAP 的安全类型。Indicates whether Wi-Fi endpoint uses an EAP based security type. 可取值为:open、wpaEnterprise、wpa2Enterprise。Possible values are: open, wpaEnterprise, wpa2Enterprise.

关系Relationships

关系Relationship

类型Type

DescriptionDescription

groupAssignmentsgroupAssignments

设备配置文件的组分配列表。The list of group assignments for the device configuration profile.

assignmentsassignments

设备配置文件的分配列表。The list of assignments for the device configuration profile.

deviceStatusesdeviceStatuses

按设备的设备配置安装状态。Device configuration installation status by device.

userStatusesuserStatuses

按用户的设备配置安装状态。Device configuration installation status by user.

deviceStatusOverviewdeviceStatusOverview

Device Configuration devices status overview Inherited from deviceConfiguration

userStatusOverviewuserStatusOverview

Device Configuration users status overview Inherited from deviceConfiguration

deviceSettingStateSummariesdeviceSettingStateSummaries

Device Configuration Setting State Device Summary Inherited from deviceConfiguration

JSON 表示形式JSON Representation

下面是资源的 JSON 表示形式。Here is a JSON representation of the resource.

{

"@odata.type": "#microsoft.graph.androidWiFiConfiguration",

"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"

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值