Skip to content

Instantly share code, notes, and snippets.

@tolgaOzen
Created March 2, 2022 15:50
Show Gist options
  • Save tolgaOzen/5a770c45a4bc1fcd7b104f8ca2c86d8b to your computer and use it in GitHub Desktop.
Save tolgaOzen/5a770c45a4bc1fcd7b104f8ca2c86d8b to your computer and use it in GitHub Desktop.
manager rule create
response, err := client.Rule.Create(rule.Create{
Name: "is manager",
Conditions: []string{"\"manager\" in user.roles"},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment