API Reference
Struct
AclOwnerInfo
Holds information about the owner of an ACL.
Inheritance
- ValueType
- AclOwnerInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ACL.GetAdAclOwner
- Property AclInfo.Owner
- Method ADXACL.GetAdxAclOwner
- Method ADXACL.GetAdxAclOwner
- Property AdxAclSnapshot.Owner
Accepted by parameters
- Constructor AclInfo.AclInfo
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.