Create a new rule. Note: Changing a rule's stage of execution from the default `login_success` can change the rule's function signature to have user omitted.
(ctx context.Context, r *management.Rule, opts ...management.RequestOption)
| 14 | // Note: Changing a rule's stage of execution from the default `login_success` |
| 15 | // can change the rule's function signature to have user omitted. |
| 16 | Create(ctx context.Context, r *management.Rule, opts ...management.RequestOption) error |
| 17 | |
| 18 | // Retrieve rule details. Accepts a list of fields to include or exclude in the result. |
| 19 | Read(ctx context.Context, id string, opts ...management.RequestOption) (r *management.Rule, err error) |
no outgoing calls