API Reference
Struct
AclOwnerInfo
Holds information about the owner of an ACL.
Inheritance
- ValueType
- AclOwnerInfo
Constructors
public AclOwnerInfo(String Sid, String AccountName, AclOwnerType OwnerType) #Holds information about the owner of an ACL.
Parameters
- Sid System.String
- Owner security identifier.
- AccountName System.String
- Optional resolved account name.
- OwnerType ADPlayground.Acl.AclOwnerType
- Type of owner.
Methods
Inherited Methods
Properties
public String AccountName { get; set; } #Optional resolved account name.