API Reference
Class
ScriptAclEntry
Security posture for a UNC resource referenced by a script.
Inheritance
- Object
- ScriptAclEntry
Constructors
public ScriptAclEntry() #Inherited Methods
Properties
public String Identity { get; set; } #Friendly identity label (legacy).
public String Kind { get; set; } #Object kind (user, group) if known.
public String DomainName { get; set; } #DNS domain name.
public String DomainNetBios { get; set; } #NetBIOS domain name.
public String Rights { get; set; } #Rights string (e.g., Read, Write).
public String AccessType { get; set; } #Access type (Allow/Deny).
public Boolean Inherited { get; set; } #True when inherited from a parent ACL.