subcategory |
---|
Access |
This data source gets information of role.
data "centrify_role" "system_admin" {
name = "System Admnistrator"
}
More examples can be found here
name
- (String) Name of the role.
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)