Policy Placeholders
To easily create policies that work for multiple users, several placeholders are supported.
You can use them in configurations to universally set the apropriate attributes:
${user.fullname} ${user.name} ${user.givenName} ${user.surName} ${user.phone} ${user.salutation} ${user.email} ${user.country} ${user.custom1} - ${user.custom10} ${device.jailbroken} / ${device.rooted} ${device.manufacturer} ${device.model} ${device.name} ${device.osversion} ${device.phonenumber} ${device.platform} ${device.policyName} ${device.policyVersionName} ${device.serialnumber}
If you use the custom attribute placeholders, you have to make sure the corresponding custom attribute is set for every user that the policy gets applied to. |