擴充屬性設定 - Jamf Setup 和 Reset 設定指南

Jamf Setup 和 Reset 設定指南

Solution
Application
Jamf Reset
Jamf Setup
Content Type
技術說明文件
Utilities & Services
ft:locale
zh-TW
金鑰-值配對說明
<key>com.jamf.config.setup.extension-attribute.name</key>
<string>insert-name-here</string>

擴充屬性

擴充屬性名稱可用來進行API呼叫以更新清單。受管理App組態中的擴充屬性名稱不會對使用者顯示。
Note:受管理App組態中包含的名稱,必須符合Jamf Pro中的行動裝置擴充屬性名稱。
<key>com.jamf.config.setup.extension-attribute.options</key>
<array>
<string>insert-option-one-here</string>
<string>insert-option-two-here</string>
<string>insert-option-three-here</string>
<string>insert-option-four-here</string>
</array>

擴充屬性選項

擴充屬性選項會以Jamf SetupApp中功能表選項的形式對使用者顯示。當使用者選取選項並輕點「送出」時,該行動裝置的擴充屬性值就會設為選取的值。
Note:您可在Jamf Setup中對使用者提供的功能表選項數目並無限制。