API Reference
Class
AdMigrationResourceAclValidationResult
Resource ACL validation evidence for a migration resource.
Inheritance
- Object
- AdMigrationResourceAclValidationResult
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 AdMigrationResourceAclValidationResult() #Methods
public AdMigrationResourceAclValidationResult <Clone>$() #Returns:
AdMigrationResourceAclValidationResultpublic virtual Boolean Equals(AdMigrationResourceAclValidationResult other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Boolean Success { get; set; } #Gets a value indicating whether validation succeeded.
public String Code { get; set; } #Stable validation check code.
public Int32 SourceAceCount { get; set; } #Number of explicit source SID ACEs still present on the resource.
public Int32 DestinationAceCount { get; set; } #Number of explicit destination SID ACEs present on the resource.
public String Message { get; set; } #Human-readable validation message.