GithubHelp home page GithubHelp logo

Comments (2)

manicminer avatar manicminer commented on June 2, 2024 1

@computeracer In this case the policy is just sent as a string, so for a first pass I'd suggest typing this as a string. The client will have to handle building the policy, using whatever data types make sense for the use case. Similarly for unmarshaling, just treat it as a string and return the field as such. No need to validate it either, just let the API do the work.

from hamilton.

computeracer avatar computeracer commented on June 2, 2024

I was taking a look at implementing support for this, but how do you suggest handling the definition field of a potential claims mapping policy struct?

Looking at the properties of a definition as defined in https://docs.microsoft.com/en-us/graph/api/resources/claimsmappingpolicy?view=graph-rest-1.0#properties-of-a-claims-mapping-policy-definition there are complex JSON object types. Are there any examples in the current code base for implemented resources that are similar?

It seems like we would need to implement a custom unmarshal and marshal json functions as well as possibly declare custom types for each of the definition properties. A naive implementation could just treat definition as an array of strings, and we ensure json encoded content, but looking for ideas 😄

I am open to any input on implementation. Thank you!

from hamilton.

Related Issues (20)

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.