GithubHelp home page GithubHelp logo

jamf-custom-profile-schemas / profilemanifestsmirror Goto Github PK

View Code? Open in Web Editor NEW
160.0 22.0 25.0 853 KB

Jamf JSON schema manifests automatically generated from ProfileCreator manifests (https://github.com/ProfileCreator/ProfileManifests)

License: Apache License 2.0

Python 100.00%
jamf jamf-pro profilecreator mdm macos apple plist mobileconfig json manifest

profilemanifestsmirror's People

Contributors

apizz avatar homebysix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

profilemanifestsmirror's Issues

Allow Tenant Key Issue

I'm trying to set a tenant key for AllowTenantList. When I do this, the plist preview, and what hits my mac is malformed. Here is a snip of what I'm getting w/ this JSON:

<key>AllowTenantList</key>
    <dict>
      <key>{{key}}</key>
      <string>REDACTED</string>
      <key>{{value}}</key>
      <true/>
    </dict> 

What I would expect is:

<key>AllowTenantList</key>
  <array>
   <dict>
    <key>REDACTED</key>
    <true/>
   </dict>
  </array>

AirPlay restrictions payload doesn't seem to work?

I am not sure how to describe the issue other than to say I have not been able to get this to work. I am trying to set it as a config profile in my school to prevent student macbooks from airplaying. I believe I have everything set up correctly, and I entered AA:BB:CC:DD:EE:FF into both allow lists, but the test computer that has the config profile can still airplay to other devices. Can you offer any suggestions as to what might be going on?

No .gitignore file

Hello, I noticed there is no suitable .gitignore file in this repository. I can gladly raise a PR regarding this if you assign me.

Need some clarification on SlackDefaultSignInWorkspace

For https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/blob/main/manifests/ManagedPreferencesApplications/com.tinyspeck.slackmacgap.json

 "SlackDefaultSignInWorkspace": {
            "type": "string",
            "title": "Default Workspace",
            "description": "Sets the default workspace for Slack sign-ins.",
            "links": [
                {
                    "rel": "More information",
                    "href": "https://slack.com/help/articles/360041725993-Share-a-default-sign-in-file-with-members"
                }
            ],
            "property_order": 10 

What value is expected here? Should it be the "friendly" name, i.e contoso.slack.com? or the Slack Team ID, i.e T7THYRTMD?

Custom preference keys

This is more a reminder for myself than anything else, but one scenario that I haven't checked that Jamf can deal with that profilemanifests does is whether or not both the preference, value and key can be both customized by the admin.

Is this possible and if so, how does the script currently handle this scenario?

Build runner failures

Since the last build updates this has been failing. Haven't been able to decipher what the issue is.

pfm_value_inverted not implemented

It appears support for the manifest key pfm_value_inverted has not been implemented, therefore manifests which make use of this to invert boolean values end up with reversed behaviour for example com.apple.preference.security.plist.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.