Table of Contents

Class OrganizationPolicyObjectsGroup

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

OrganizationPolicyObjectsGroupCategory?

CreatedAt

Created At

[DataMember(Name = "createdAt")]
[ApiAccess(ApiAccess.Read)]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

NetworkIds

Network Ids

[DataMember(Name = "networkIds")]
[ApiAccess(ApiAccess.Read)]
public List<string>? NetworkIds { get; set; }

Property Value

List<string>

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

List<string>

UpdatedAt

Updaated At

[DataMember(Name = "updatedAt")]
[ApiAccess(ApiAccess.Read)]
public DateTime UpdatedAt { get; set; }

Property Value

DateTime