Class OrganizationSmSentryPoliciesAssignmentsResponse
Organization Sm Sentry Policies Assignments Response
[DataContract]
public class OrganizationSmSentryPoliciesAssignmentsResponse
- Inheritance
-
OrganizationSmSentryPoliciesAssignmentsResponse
- Inherited Members
Constructors
OrganizationSmSentryPoliciesAssignmentsResponse()
public OrganizationSmSentryPoliciesAssignmentsResponse()
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; }