Class OrganizationPolicyObjectsGroup
Organizaton Policy Object Group
[DataContract]
public class OrganizationPolicyObjectsGroup : NamedIdentifiedItem
- Inheritance
-
OrganizationPolicyObjectsGroup
- Inherited Members
Properties
Category
Category of a policy object group (one of: NetworkObjectGroup, GeoLocationGroup, PortObjectGroup, ApplicationGroup)
[DataMember(Name = "category")]
[ApiAccess(ApiAccess.ReadCreate)]
public OrganizationPolicyObjectsGroupCategory? Category { get; set; }
Property Value
CreatedAt
Created At
[DataMember(Name = "createdAt")]
[ApiAccess(ApiAccess.Read)]
public DateTime CreatedAt { get; set; }
Property Value
NetworkIds
Network Ids
[DataMember(Name = "networkIds")]
[ApiAccess(ApiAccess.Read)]
public List<string>? NetworkIds { get; set; }
Property Value
ObjectIds
A list of Policy Object ID's that this NetworkObjectGroup should be associated to
[DataMember(Name = "objectIds")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<string>? ObjectIds { get; set; }
Property Value
UpdatedAt
Updaated At
[DataMember(Name = "updatedAt")]
[ApiAccess(ApiAccess.Read)]
public DateTime UpdatedAt { get; set; }