Class OrganizationAdaptivePolicyOverviewCounts
[DataContract]
public class OrganizationAdaptivePolicyOverviewCounts
- Inheritance
-
OrganizationAdaptivePolicyOverviewCounts
- Inherited Members
Properties
AllowPolicies
Allow policies
[DataMember(Name = "allowPolicies")]
public int AllowPolicies { get; set; }
Property Value
CustomAcls
Custom ACLs
[DataMember(Name = "customAcls")]
public int CustomAcls { get; set; }
Property Value
DenyPolicies
Deny policies
[DataMember(Name = "denyPolicies")]
public int DenyPolicies { get; set; }
Property Value
Groups
Groups
[DataMember(Name = "groups")]
public int Groups { get; set; }
Property Value
Policies
Policies
[DataMember(Name = "policies")]
public int Policies { get; set; }