GithubHelp home page GithubHelp logo

Group.GetMember question about hamilton HOT 3 OPEN

manicminer avatar manicminer commented on June 2, 2024
Group.GetMember question

from hamilton.

Comments (3)

manicminer avatar manicminer commented on June 2, 2024

Hi @yriveiro, thanks for the question! Members and owners have a bit of extra complexity because the member object is cast as a generic DirectoryObject by the API - since it can be a user, a service principal, or another group. This is definitely something that can be improved on, if you have any ideas or preferences I'd love to hear them :)

from hamilton.

yriveiro avatar yriveiro commented on June 2, 2024

I'm using the GetMember to check if an object from the Directory Object is a member of a group once the client doesn't provide it and iterate the full list of members of the group is a kinda waste of CPU cycles.

I would change this to:

func (c *GroupsClient) IsMemberOf(ctx context.Context, groupId, memberId string) (bool, error) {
    _, status, err := c.GetMember(groupId, memberId string)
    if err != nil {
        false, err
    }
    
    return true
}

And the equivalent for IsOwnerOf also and let GetMember/GetOwner return the full response from the API once has some extra info.

from hamilton.

manicminer avatar manicminer commented on June 2, 2024

I can see a GroupsClient.isMemberOf() method being useful, I'll look to add that (you're also welcome to send in a PR with the version in your last comment :).

I'm planning to look at ways to implement a generic DirectoryObjectsClient and if that works out then I think it makes sense to hook up GroupsClient members/owners methods to work with that.

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.