TestimoX

API Reference

Class

AdMigrationResourceAclValidationResult

Namespace ADPlayground.Migrations.Resources
Assembly ADPlayground
Implements
IEquatable<AdMigrationResourceAclValidationResult>
Modifiers sealed

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.

Constructors

Methods

public AdMigrationResourceAclValidationResult <Clone>$() #
Returns: AdMigrationResourceAclValidationResult
public virtual Boolean Equals(AdMigrationResourceAclValidationResult other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

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.