subcategory |
---|
Access |
This resource allows you to create/update/delete role.
resource "centrify_role" "test_role" {
name = "Test Role"
description = "Test role with basic admin right"
adminrights = [
"Privileged Access Service User",
]
}
More examples can be found here
name
- (String) Name of the role.
description
- (String) Description of an role.adminrights
- (Set of String) List of administrative rights.member
- (Block Set) (see below reference for member)
Required:
id
- (String) ID of the member.type
- (String) Type of the member. Can be set toUser
,Group
orRole
.
Role can be imported using the resource id
, e.g.
terraform import centrify_role.example xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx