SkipAutomationPermissionCheckAtStartup
Available from version | 0.0 |
|---|---|
Necessity | Optional |
Description
This setting must be set to true if the automation permission was configured via MDM.
In this case, the manual prompt for the automation permission is not shown during setup.
Example (Terminal)
BASH
defaults write "ibi.aws.client" "SkipAutomationPermissionCheckAtStartup" -bool true
Example (MDM)
XML
<key>ibi.aws.client</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
...
<!-- Skip Permissions Flags -->
<key>SkipAutomationPermissionCheckAtStartup</key>
<true/>
...
</dict>
</dict>
</array>
</dict>