macOSWiredNetworkConfiguration 资源类型
命名空间:microsoft.graph
重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
MacOS 有线网络配置文件。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 实体的键。 继承自 deviceConfiguration |
| lastModifiedDateTime | DateTimeOffset | 上次修改对象的日期/时间。 继承自 deviceConfiguration |
| roleScopeTagIds | String collection | 此实体实例的范围标记列表。 继承自 deviceConfiguration |
| supportsScopeTags | Boolean | 指示基础设备配置是否支持分配范围标记。 如果此值为 false,并且作用域内用户不可见,则不允许分配到 ScopeTags 属性。 对于在 Silverlight 中创建的旧策略,可以通过在 Azure 门户中删除和重新创建策略来解决此问题。 此属性是只读的。 继承自 deviceConfiguration |
| deviceManagementApplicabilityRuleOsEdition | deviceManagementApplicabilityRuleOsEdition | 此策略的 OS 版本适用性。 继承自 deviceConfiguration |
| deviceManagementApplicabilityRuleOsVersion | deviceManagementApplicabilityRuleOsVersion | 此策略的 OS 版本适用性规则。 继承自 deviceConfiguration |
| deviceManagementApplicabilityRuleDeviceMode | deviceManagementApplicabilityRuleDeviceMode | 此策略的设备模式适用性规则。 继承自 deviceConfiguration |
| createdDateTime | DateTimeOffset | 创建对象的日期/时间。 继承自 deviceConfiguration |
| 说明 | String | 管理员提供的设备配置的说明。 继承自 deviceConfiguration |
| displayName | String | 管理员提供的设备配置的名称。 继承自 deviceConfiguration |
| version | Int32 | 设备配置的版本。 继承自 deviceConfiguration |
| networkName | 字符串 | 网络名 |
| networkInterface | wiredNetworkInterface | 网络接口。 可取值为:anyEthernet、firstActiveEthernet、secondActiveEthernet、thirdActiveEthernet、firstEthernet、secondEthernet 或 thirdEthernet。 |
| eapType | eapType | EAP) (可扩展身份验证协议。 指示有线网络上设置的 EAP 协议的类型。 可取值为:eapTls、leap、eapSim、eapTtls、peap、eapFast 或 teap。 |
| eapFastConfiguration | eapFastConfiguration | 当 EAP-FAST 是选定的 EAP 类型时,EAP-FAST 配置选项。 可能的值是:noProtectedAccessCredential、useProtectedAccessCredential、useProtectedAccessCredentialAndProvision、useProtectedAccessCredentialAndProvisionAnonymously。 |
| trustedServerCertificateNames | String collection | 将 EAP 类型配置为 EAP-TLS/TTLS/FAST 或 PEAP 时,受信任的服务器证书名称。 这是受信任证书颁发机构 (CA) 颁发的证书中使用的常见名称。 如果提供此信息,则可以绕过最终用户设备连接到此有线网络时显示的动态信任对话框。 |
| authenticationMethod | wiFiAuthenticationMethod | 将 EAP 类型配置为 PEAP 或 EAP-TTLS 时的身份验证方法。 可取值为:certificate、usernameAndPassword、derivedCredential。 |
| nonEapAuthenticationMethodForEapTtls | nonEapAuthenticationMethodForEapTtlsType | 当 EAP 类型为 EAP-TTLS 且 Authenticationmethod 为用户名和密码时,用于身份验证的非 EAP 方法 (内部标识) 。 可能的值是:unencryptedPassword、challengeHandshakeAuthenticationProtocol、microsoftChap、microsoftChapVersionTwo。 |
| enableOuterIdentityPrivacy | String | 将 EAP 类型配置为 EAP-TTLS、EAP-FAST 或 PEAP 时,启用标识隐私 (外部标识) 。 此属性使用输入的文本屏蔽用户名。 例如,如果使用“匿名”,则使用其真实用户名通过此有线网络进行身份验证的每个用户将显示为“匿名”。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| groupAssignments | deviceConfigurationGroupAssignment 集合 | 设备配置文件的组分配列表。 继承自 deviceConfiguration |
| assignments | deviceConfigurationAssignment 集合 | 设备配置文件的分配列表。 继承自 deviceConfiguration |
| deviceStatuses | deviceConfigurationDeviceStatus 集合 | 按设备的设备配置安装状态。 继承自 deviceConfiguration |
| userStatuses | deviceConfigurationUserStatus 集合 | 按用户提供的设备配置安装状态。 继承自 deviceConfiguration |
| deviceStatusOverview | deviceConfigurationDeviceOverview | 设备配置设备状态概述 继承自 deviceConfiguration |
| userStatusOverview | deviceConfigurationUserOverview | 设备配置用户状态概述 继承自 deviceConfiguration |
| deviceSettingStateSummaries | settingStateDeviceSummary 集合 | 设备配置设置状态设备摘要 继承自 deviceConfiguration |
| rootCertificateForServerValidation | macOSTrustedRootCertificate | 将 EAP 类型配置为 EAP-TLS/TTLS/FAST 或 PEAP 时,服务器验证的受信任根证书。 |
| identityCertificateForClientAuthentication | macOSCertificateProfileBase | 将 EAP 类型配置为 EAP-TLS、使用证书身份验证) 的 EAP-TTLS (或使用证书身份验证) 的 PEAP (时,用于客户端身份验证的标识证书。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.macOSWiredNetworkConfiguration",
"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",
"networkInterface": "String",
"eapType": "String",
"eapFastConfiguration": "String",
"trustedServerCertificateNames": [
"String"
],
"authenticationMethod": "String",
"nonEapAuthenticationMethodForEapTtls": "String",
"enableOuterIdentityPrivacy": "String"
}
反馈
提交和查看相关反馈