Security Lists¶
Provider: Oracle Cloud
Service ID: oci_security_lists
Rendering: Table with expandable rows containing tabbed sub-tables
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'oci_security_lists',
provider: 'oci',
region: 'default',
source: 'live',
attributes: ['name', 'security_list_id', 'vcn_id', 'lifecycle_state', 'rules']
});
</script>
<div data-sd-service="oci_security_lists" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: display_name |
security_list_id |
Security List ID | oci_resource_name |
From API field: id |
vcn_id |
VCN ID | oci_resource_name |
From API field: vcn_id |
lifecycle_state |
State | status_badge |
From API field: lifecycle_state |
rules |
Rules | compound_sub_table |
Expandable sub-table: Ingress Rules, Egress Rules |
time_created |
Created | datetime |
From API field: time_created |
compartment_id |
Compartment | oci_resource_name |
From API field: compartment_id |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sub-Table: Rules¶
Ingress Rules¶
| Column | Display Name |
|---|---|
protocol |
Protocol |
source |
Source |
source_type |
Source Type |
tcp_ports |
TCP Ports |
udp_ports |
UDP Ports |
icmp_type |
ICMP Type |
stateless |
Stateless |
description |
Description |
Egress Rules¶
| Column | Display Name |
|---|---|
protocol |
Protocol |
destination |
Destination |
destination_type |
Destination Type |
tcp_ports |
TCP Ports |
udp_ports |
UDP Ports |
icmp_type |
ICMP Type |
stateless |
Stateless |
description |
Description |
Sort Order¶
Results are sorted by: name