See
https://developer.apple.com/documentation/devicemanagement/wifi?changes=latest_minor
DisableAssociationMACRandomization
boolean
If true, disables MAC address randomization for that Wi-Fi network while associated with the network. This also shows a privacy warning in Settings indicating that the network has reduced privacy protections.
Default: false
Most of the other options mention which releases and OS that attribute is available for, but the availability is not documented for this option. In general, new attributes for MDM payloads are ignored by older operating systems, but is the DisableAssociationMACRandomization attribute only supported for macOS 11 and IOS 14 and later?
https://developer.apple.com/documentation/devicemanagement/wifi?changes=latest_minor
DisableAssociationMACRandomization
boolean
If true, disables MAC address randomization for that Wi-Fi network while associated with the network. This also shows a privacy warning in Settings indicating that the network has reduced privacy protections.
Default: false
Most of the other options mention which releases and OS that attribute is available for, but the availability is not documented for this option. In general, new attributes for MDM payloads are ignored by older operating systems, but is the DisableAssociationMACRandomization attribute only supported for macOS 11 and IOS 14 and later?