Resource Type: auth0_rule

Defined in:
lib/puppet/type/auth0_rule.rb

Overview

This type provides Puppet with the capabilities to manage Auth0 Rules.

Note that this resource type makes use of the following scopes from the Auth0 Management API:

* `read:rules`
* `create:rules`
* `delete:rules`
* `update:rules`

Properties

  • enabled (defaults to: true)

    Whether this rule is enabled

  • ensure (defaults to: present)

    Whether this resource should be present or absent on the target system.

  • order

    The rule’s order in relation to other rules. A rule with a lower order than another rule executes first. If no order is provided it will automatically be one greater than the current maximum

  • run_stage (defaults to: login_success)

    The stage at which the rule will be executed.

  • script

    A script that contains the rule’s Javascript code.

Parameters

  • name (namevar)

    The name of the resource you want to manage.