App Config Policy - Name/Values for SCA 3.0
The Secure Contacts App includes several features and default settings that can be customized using SecContacts.Defaults
. A complete list of all available features and how to apply settings is available here.
Below is an overview of the new AppConfig Policy Name/Values introduced in Secure Contacts App 3.0
APCeditor_Enabled
true
Set to true
to enable, or false
to disable the ability for users to create, edit, and delete their own personal Outlook contacts (APC) directly within the app.
APCfolders_Enabled
false
Set to true
to include personal Outlook contacts (APC) stored in (hidden) folders. Set to false
to include only contacts stored in the root folder of the APC.
APCfoldersCombine_Enabled
true
Set to true
to combine all contacts from all APC folders into a single data source. Set to false
to display each APC folder as a separate data source (auto-enumerated).
APChighPrioCombine_Option
true
Set to true
to give APC contacts the highest priority during contact merging. Set to false
to apply standard contact combination rules.
AADonlyEnabledAccounts_Option
true
Set to true
to include only enabled AAD user accounts in the AAD data source. Set to false
to include all AAD user accounts.
vCardDefaultReadOnly_Option
false
Set to true
to make the default/system vCard read-only. Set to false
to allow editing of the default/system vCard.
vCardOnlyDefaultAllowed_Option
false
Set to true
to make only the default/system vCard available. Set to false
to allow users to create additional vCards.
DisplayCompanyInCallerID_Option
true
Set to true
to display the company name in the caller ID. Set to false
to show only the first and last name without the company name.
ContactNotes_Enabled
true
Set to true
to allow notes in contacts. Set to false
to hide and disable the notes field.
CustomTermsOfUseUrl_Option
null
URL for a custom Terms of Use; set this if you want your users to accept your own Terms of Use before they can use SCA.
CDimageUri_Option
null
Set set image URI for the optional company logo image visible on license viewer page. https only. Will be auto download once and then cached indefinitely until new URI is set. Supports JPG and PNG images.
CDimagePaddingVertical_Option
0
Set the vertical padding of the logo image
CDimagePaddingHorizontal_Option
0
Set the horizontal padding of the logo image
CDimageWidthPercent_Option
100
Set the witdh percentage of the logo image
CDimageBackgroundColor_Option
transparent
Set the background color of the logo image
CDimageBorderWidth_Option
0
Set the border with of the logo image
A complete list of all available features and how to apply settings is available here.
Last updated
Was this helpful?