Role data source in the Terraform Googleworkspace provider. Role resides under the https://www.googleapis.com/auth/admin.directory.rolemanagement
client scope.
data "googleworkspace_role" "group-admin" {
name = "_GROUPS_ADMIN_ROLE"
}
output "is_system_role" {
value = data.googleworkspace_role.group-admin.is_system_role
}
name
(String) Name of the role.description
(String) A short description of the role.etag
(String) ETag of the resource.id
(String) ID of the role.is_super_admin_role
(Boolean) Returns true if the role is a super admin role.is_system_role
(Boolean) Returns true if this is a pre-defined system role.privileges
(Set of Object) The set of privileges that are granted to this role. (see below for nested schema)privileges
Read-Only:
privilege_name
(String)service_id
(String)