Class OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy
Sentry Group Policy
[DataContract]
public class OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy
- Inheritance
-
OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy
- Inherited Members
Constructors
OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy()
public OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy()
Properties
CreatedAt
The creation time of the Sentry Policy
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "createdAt")]
public string CreatedAt { get; set; }
Property Value
GroupNumber
The number of the Group Policy
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "groupNumber")]
public string GroupNumber { get; set; }
Property Value
GroupPolicyId
The Id of the Group Policy. This is associated with the network specified by the networkId.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "groupPolicyId")]
public string GroupPolicyId { get; set; }
Property Value
LastUpdatedAt
The last update time of the Sentry Policy
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastUpdatedAt")]
public string LastUpdatedAt { get; set; }
Property Value
NetworkId
The Id of the Network the Sentry Policy is associated with. In a locale, this should be the Wireless Group if present, otherwise the Wired Group.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
PolicyId
The Id of the Sentry Policy
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "policyId")]
public string PolicyId { get; set; }
Property Value
Priority
The priority of the Sentry Policy
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "priority")]
public string Priority { get; set; }
Property Value
Scope
The scope of the Sentry Policy. enum = ["all", "none", "withAll", "withAny", "withoutAll", ...]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "scope")]
public string Scope { get; set; }
Property Value
SmNetworkId
The Id of the Systems Manager Network the Sentry Policy is assigned to
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "smNetworkId")]
public string SmNetworkId { get; set; }
Property Value
Tags
The tags of the Sentry Policy
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }