API Reference
Class
SchemaPermissionSummaryRow
Summary of schema permissions per object.
Inheritance
- Object
- SchemaPermissionSummaryRow
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 SchemaPermissionSummaryRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Schema object name.
public String LdapDisplayName { get; set; } #LDAP display name.
public String DistinguishedName { get; set; } #Distinguished name of the schema object.
public Int32 EntryCount { get; set; } #Total permission entries.
public Int32 InheritedCount { get; set; } #Inherited entries.
public Int32 UniqueIdentityCount { get; set; } #Unique identities count.
public Boolean DefaultPermissionsAvailable { get; set; } #True when default permissions are available for the object.