Class OrganizationSmSentryPoliciesAssignmentsByNetworkItem
Sentry Group Policy for the Organization keyed by the Network or Locale Id the Policy belongs to
[DataContract]
public class OrganizationSmSentryPoliciesAssignmentsByNetworkItem
- Inheritance
-
OrganizationSmSentryPoliciesAssignmentsByNetworkItem
- Inherited Members
Constructors
OrganizationSmSentryPoliciesAssignmentsByNetworkItem()
public OrganizationSmSentryPoliciesAssignmentsByNetworkItem()
Properties
NetworkId
The Id of the Network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
Policies
Array of Sentry Group Policies for the Network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "policies")]
public List<OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy> Policies { get; set; }