Class OrganizationSmSentryPoliciesAssignmentsByNetworkResponse
Organization Sm Sentry Policies Assignments By Network Response
[DataContract]
public class OrganizationSmSentryPoliciesAssignmentsByNetworkResponse
- Inheritance
-
OrganizationSmSentryPoliciesAssignmentsByNetworkResponse
- Inherited Members
Constructors
OrganizationSmSentryPoliciesAssignmentsByNetworkResponse()
public OrganizationSmSentryPoliciesAssignmentsByNetworkResponse()
Properties
Items
Sentry Group Policies for the Organization keyed by the Network or Locale Id the Policy belongs to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "items")]
public List<OrganizationSmSentryPoliciesAssignmentsByNetworkItem> Items { get; set; }
Property Value
Meta
Metadata relevant to the paginated dataset
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "meta")]
public OrganizationSmSentryPoliciesAssignmentsByNetworkResponseMetadata Meta { get; set; }