mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
46 lines
1.5 KiB
YAML
46 lines
1.5 KiB
YAML
title: '802.1X: First Ethernet'
|
|
description: The payload that configures the first wired Ethernet interface.
|
|
payload:
|
|
payloadtype: com.apple.firstethernet.managed
|
|
supportedOS:
|
|
iOS:
|
|
introduced: n/a
|
|
macOS:
|
|
introduced: '10.7'
|
|
multiple: false
|
|
devicechannel: true
|
|
userchannel: true
|
|
supervised: false
|
|
requiresdep: false
|
|
userapprovedmdm: false
|
|
allowmanualinstall: true
|
|
userenrollment:
|
|
mode: allowed
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
payloadkeys:
|
|
- key: ANY
|
|
type: <any>
|
|
presence: optional
|
|
content: Keys relevant to 802.1x configuration. User enrollment payloads do not
|
|
support the various proxy keys including ProxyType, ProxyServer, ProxyServerPort,
|
|
ProxyUsername, ProxyPassword,, ProxyPACURL and ProxyPACFallbackAllowed.
|
|
notes:
|
|
- title: ''
|
|
content: |-
|
|
This payload's contents contain these profile-specific keys:
|
|
|
|
* Interface (String): This payload uses the value `FirstEthernet`.
|
|
* EAPClientConfiguration (`EAPClientConfiguration`): The dictionary that defines the enterprise profile for the network.
|
|
* SetupModes (String): The type of connection mode, which is either "System" or "Loginwindow." "System" is the default.
|
|
|
|
This payload applies to Ethernet interfaces according to service order, regardless of whether the interface is working.
|
|
examples:
|
|
- title: Profile example
|
|
files:
|
|
- file: examples/mdm/profiles/com.apple.firstethernet.managed/example1.plist
|