API Reference
Enum
AdxShareEffectiveAccessVerdict
Effective access verdict computed from share ACLs, NTFS ACLs, group expansion, and deny precedence.
Inheritance
- Enum
- AdxShareEffectiveAccessVerdict
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
- Property AdxShareEffectiveAccessEntry.Verdict
- Field AdxShareEffectiveAccessVerdict.Change
- Field AdxShareEffectiveAccessVerdict.Conflicting
- Field AdxShareEffectiveAccessVerdict.Denied
- Field AdxShareEffectiveAccessVerdict.FullControl
- Field AdxShareEffectiveAccessVerdict.NoAccess
- Field AdxShareEffectiveAccessVerdict.Read
- Field AdxShareEffectiveAccessVerdict.Unknown
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const AdxShareEffectiveAccessVerdict Unknown #Effective access could not be determined from available evidence.
Value:
0public const AdxShareEffectiveAccessVerdict Change #Change or modify-equivalent access was observed.
Value:
3public const AdxShareEffectiveAccessVerdict FullControl #Full control-equivalent access was observed.
Value:
4public const AdxShareEffectiveAccessVerdict Conflicting #Evidence contains conflicting allow and deny rows requiring review.
Value:
6