Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create group with initial owner/admins/members #35

Closed
giarc3 opened this issue Nov 20, 2019 · 0 comments
Closed

Create group with initial owner/admins/members #35

giarc3 opened this issue Nov 20, 2019 · 0 comments
Assignees
Milestone

Comments

@giarc3
Copy link
Member

giarc3 commented Nov 20, 2019

See IronCoreLabs/ironoxide#65 and IronCoreLabs/ironoxide#66.

From ironoxide's GroupCreateOpts:

pub fn new(
        id: Option<GroupId>,
        name: Option<GroupName>,
        add_as_admin: bool,
        add_as_member: bool,
        owner: Option<UserId>,
        admins: Vec<UserId>,
        members: Vec<UserId>,
        needs_rotation: bool,
    )
@giarc3 giarc3 self-assigned this Nov 26, 2019
@giarc3 giarc3 added this to the 2019-11-29 milestone Nov 26, 2019
@ernieturner ernieturner modified the milestones: 2019-11-29, 2019-12-13 Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants