Skip to content

Commit

Permalink
Keeper Security Password Manager Initial Manifest (#650)
Browse files Browse the repository at this point in the history
* Keeper Security Password Manager Manifest

* Requested Changes Update
  • Loading branch information
moojomoore committed Dec 27, 2023
1 parent ac3035a commit f59eb63
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,209 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>pfm_app_url</key>
<string>https://www.keepersecurity.com/download.html</string>
<key>pfm_description</key>
<string>Keeper supports Enterprise Configuration settings to control the end-user experience.</string>
<key>pfm_documentation_url</key>
<string>https://docs.keeper.io/enterprise-guide/deploying-keeper-to-end-users/desktop-application#enterprise-configuration</string>
<key>pfm_domain</key>
<string>com.keepersecurity.passwordmanager</string>
<key>pfm_format_version</key>
<integer>1</integer>
<key>pfm_last_modified</key>
<date>2023-12-19T14:10:30Z</date>
<key>pfm_platforms</key>
<array>
<string>macOS</string>
</array>
<key>pfm_subkeys</key>
<array>
<dict>
<key>pfm_default</key>
<string>Configures Keeper Security Password Manager Application configuration preferences</string>
<key>pfm_description</key>
<string>Description of the payload.</string>
<key>pfm_description_reference</key>
<string>Optional. A human-readable description of this payload. This description is shown on the Detail screen.</string>
<key>pfm_name</key>
<string>PayloadDescription</string>
<key>pfm_title</key>
<string>Payload Description</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_default</key>
<string>Keeper Security Password Manager</string>
<key>pfm_description</key>
<string>Name of the payload.</string>
<key>pfm_description_reference</key>
<string>A human-readable name for the profile payload. This name is displayed on the Detail screen. It does not have to be unique.</string>
<key>pfm_name</key>
<string>PayloadDisplayName</string>
<key>pfm_require</key>
<string>always</string>
<key>pfm_title</key>
<string>Payload Display Name</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_default</key>
<string>com.keepersecurity.passwordmanager</string>
<key>pfm_description</key>
<string>A unique identifier for the payload, dot-delimited. Usually root PayloadIdentifier+subidentifier</string>
<key>pfm_description_reference</key>
<string>A reverse-DNS-style identifier for the specific payload. It is usually the same identifier as the root-level PayloadIdentifier value with an additional component appended.</string>
<key>pfm_name</key>
<string>PayloadIdentifier</string>
<key>pfm_require</key>
<string>always</string>
<key>pfm_title</key>
<string>Payload Identifier</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_default</key>
<string>com.keepersecurity.passwordmanager</string>
<key>pfm_description</key>
<string>The type of the payload, a reverse dns string.</string>
<key>pfm_description_reference</key>
<string>The payload type.</string>
<key>pfm_name</key>
<string>PayloadType</string>
<key>pfm_require</key>
<string>always</string>
<key>pfm_title</key>
<string>Payload Type</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_description</key>
<string>Unique identifier for the payload (format 01234567-89AB-CDEF-0123-456789ABCDEF)</string>
<key>pfm_description_reference</key>
<string>A globally unique identifier for the payload. The actual content is unimportant, but it must be globally unique. In macOS, you can use uuidgen to generate reasonable UUIDs.</string>
<key>pfm_format</key>
<string>^[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}$</string>
<key>pfm_name</key>
<string>PayloadUUID</string>
<key>pfm_require</key>
<string>always</string>
<key>pfm_title</key>
<string>Payload UUID</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_default</key>
<integer>1</integer>
<key>pfm_description</key>
<string>The version of the whole configuration profile.</string>
<key>pfm_description_reference</key>
<string>The version number of the individual payload.
A profile can consist of payloads with different version numbers. For example, changes to the VPN software in iOS might introduce a new payload version to support additional features, but Mail payload versions would not necessarily change in the same release.</string>
<key>pfm_name</key>
<string>PayloadVersion</string>
<key>pfm_require</key>
<string>always</string>
<key>pfm_title</key>
<string>Payload Version</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_description</key>
<string>This value describes the issuing organization of the profile, as displayed to the user</string>
<key>pfm_name</key>
<string>PayloadOrganization</string>
<key>pfm_title</key>
<string>Payload Organization</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_description</key>
<string>Enterprise SSO Domain to pre-populate on app launch.</string>
<key>pfm_description_reference</key>
<string>Enterprise SSO Domain to pre-populate on app launch.</string>
<key>pfm_name</key>
<string>DomainName</string>
<key>pfm_title</key>
<string>Domain Name</string>
<key>pfm_type</key>
<string>string</string>
<key>pfm_value_placeholder</key>
<string>mycompany.co.uk</string>
</dict>
<dict>
<key>pfm_description</key>
<string>Region identifier where your Keeper tenant is hosted.</string>
<key>pfm_description_reference</key>
<string>Region identifier where your Keeper tenant is hosted. Must be one of ("us", "eu", "au", "usg").</string>
<key>pfm_name</key>
<string>Region</string>
<key>pfm_range_list</key>
<array>
<string>us</string>
<string>eu</string>
<string>au</string>
<string>usg</string>
</array>
<key>pfm_range_list_titles</key>
<array>
<string>United States</string>
<string>European Union</string>
<string>Australia</string>
<string>United States Government</string>
</array>
<key>pfm_title</key>
<string>Region</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_default</key>
<false/>
<key>pfm_description</key>
<string>Hides the Create Account button from the start page</string>
<key>pfm_description_reference</key>
<string>Hides the Create Account button from the start page</string>
<key>pfm_name</key>
<string>HideCreateAccount</string>
<key>pfm_title</key>
<string>Hide Create Account Button</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_default</key>
<false/>
<key>pfm_description</key>
<string>Routes the user to their default web browser for SSO authentication instead of using a popup window.</string>
<key>pfm_description_reference</key>
<string>Routes the user to their default web browser for SSO authentication instead of using a popup window.</string>
<key>pfm_name</key>
<string>UseDefaultBrowserForSSO</string>
<key>pfm_title</key>
<string>Use Default Browser for SSO</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
</array>
<key>pfm_targets</key>
<array>
<string>system</string>
<string>user</string>
</array>
<key>pfm_title</key>
<string>Keeper Security Password Manager</string>
<key>pfm_unique</key>
<true/>
<key>pfm_version</key>
<integer>1</integer>
</dict>
</plist>

0 comments on commit f59eb63

Please sign in to comment.