Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 714 Bytes

File metadata and controls

31 lines (21 loc) · 714 Bytes
subcategory
Access

centrify_role (Data Source)

This data source gets information of role.

Example Usage

data "centrify_role" "system_admin" {
    name = "System Admnistrator"
}

More examples can be found here

Search Attributes

Required

  • name - (String) Name of the role.

Attributes Reference

  • id - (String) ID of the member.
  • type - (String) Type of the member.
  • description - (String) Description of an role.
  • adminrights - (Set of String) List of administrative rights.
  • member - (Block Set) (see below reference for member)