Class AdaptivePolicyGroupCreateUpdate
Adaptive policy group
[DataContract]
public class AdaptivePolicyGroupCreateUpdate
- Inheritance
-
AdaptivePolicyGroupCreateUpdate
- Inherited Members
Properties
Description
Description of the group
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string? Description { get; set; }
Property Value
Name
Name of the group
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
PolicyObjects
The policy objects that belong to this group; traffic from addresses specified by these policy objects will be tagged with this group's SGT value if no other tagging scheme is being used (each requires one unique attribute)
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "policyObjects")]
public List<AdaptivePolicyGroupPolicyObjects>? PolicyObjects { get; set; }
Property Value
Sgt
SGT value of the group
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "sgt")]
public int? Sgt { get; set; }
Property Value
- int?