class Chef::ReservedNames::Win32::Security::SecurableObject

def group=(val)

def group=(val)
  Security.set_named_security_info(path, type, group: val)
end