Resource Type: auth0_resource_server

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

Overview

This type provides Puppet with the capabilities to manage Auth0 Resource Servers (APIs).

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

* `read:resource_servers`
* `create:resource_servers`
* `delete:resource_servers`
* `update:resource_servers`

Properties

  • allow_offline_access

    Whether to allow issuance of refresh tokens for this entity.

  • display_name

    The display name of the resource server.

  • ensure (defaults to: present)

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

  • scopes

    No description given in Auth0 API documentation

  • signing_alg

    The algorithm used to sign tokens.

  • signing_secret

    The secret used to sign tokens when using symmetric algorithms.

  • skip_consent

    Whether this entity allows skipping consent prompt for verifiable first-party clients.

  • token_lifetime

    The amount of time (in seconds) that the token will be valid after being issued.

Parameters

  • identifier (namevar)

    The identifier of the resource server.