API Reference
Class
View (GpoPermissionReportService)
Collection snapshot for raw GPO permission rows.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #Gets a value indicating whether collection succeeded.
public String CollectionError { get; set; } #Gets collection error details when collection fails.
public String DomainName { get; set; } #Gets evaluated domain name.
public Nullable<Guid> GpoId { get; set; } #Gets optional GPO id filter.
public String GpoNameFilter { get; set; } #Gets optional GPO name filter.
public Int32 MaxGpos { get; set; } #Gets maximum processed GPO count.
public Int32 MaxRows { get; set; } #Gets maximum returned row count.
public IReadOnlyList<GpoPermissionRow> Items { get; set; } #Gets returned permission rows.