Resource Type: OCI > Networking > Network Security Group
Oracle Cloud Infrastructure Network Security Group (NSG) resource. NSGs provide instance-level security with rules that specify the types of traffic allowed in and out. NSGs can be applied to individual VNICs attached to compute instances.
Resource Context
Network Security Group is a part of the Networking service.
Each Network Security Group lives under a VCN.
Controls
The primary controls for OCI > Networking > Network Security Group are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/oci-networking#/resource/types/networkSecurityGroup
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/oci-networking#/resource/types/networkSecurityGroup"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/oci-networking#/resource/types/networkSecurityGroup';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/oci-networking#/resource/types/networkSecurityGroup"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/oci-networking#/resource/types/networkSecurityGroup' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query