API Reference
Class
AdMigrationResourceAclResult
Result of a resource re-ACL migration phase.
Inheritance
- Object
- AdMigrationResourceAclResult
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
Constructors
public AdMigrationResourceAclResult() #Methods
Inherited Methods
Properties
public Boolean Changed { get; set; } #Gets a value indicating whether the ACL changed.
public Int32 MatchedAceCount { get; set; } #Number of matching source ACEs found.
public Int32 AddedAceCount { get; set; } #Number of destination ACEs added.
public Int32 RemovedAceCount { get; set; } #Number of source ACEs removed.
public String RollbackEvidencePath { get; set; } #Rollback evidence file path containing the pre-change security descriptor, when captured.
public String Message { get; set; } #Human-readable operation message.