Resource Type: rbac_role

Defined in:
lib/puppet/type/rbac_role.rb
Providers:
ruby

Overview

A Puppet Enterprise Console RBAC role

Properties

  • description

    The description of the role

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • group_ids

    Array of UUIDs of groups assigned to the role

  • id

    The read-only ID of the role

  • permissions

    Array of permission objects for the role

  • user_ids

    Array of UUIDs of users assigned to the role

Parameters

  • name (namevar)

    The displayed name of the role

  • provider

    The specific backend to use for this ‘rbac_role` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.