Settings¶ Settings¶ Organization Settings¶ class illumio.settings.OrgSettings[source]¶ Represents organization-level settings in the PCE. Event Settings¶ class illumio.settings.EventSettings[source]¶ Represents event settings in the PCE. Report Settings¶ class illumio.settings.ReportSettings[source]¶ Represents report settings in the PCE. max_report_size is retained as a deprecated field; the current API exposes max_queued_reports and report_retention_days. Syslog Destinations¶ class illumio.settings.SyslogDestination[source]¶ Represents a syslog destination in the PCE. Traffic Collector Settings¶ class illumio.settings.TrafficCollectorSetting[source]¶ Represents a traffic collector setting in the PCE. Uses IllumioObject base instead of MutableObject because the PCE returns created_by/updated_by as integer IDs rather than Reference objects. Trusted Proxy IPs¶ class illumio.settings.TrustedProxyIPs[source]¶ Represents trusted proxy IP settings in the PCE. Workload Settings¶ class illumio.settings.WorkloadSettings[source]¶ Represents workload settings in the PCE. Optional Features¶ class illumio.settings.OptionalFeature[source]¶ Represents optional feature flags in the PCE.