{
    "name": "azure-network-security-group",
    "description": "Azure network security group to filter network traffic to and from Azure resources in an Azure virtual network. This connector facilitates automated operations to get list of network security groups, get details of network security group, create network security group, update network security group and delete network security group etc.",
    "version": "1.0.0",
    "buildNumber": 6819,
    "tags": null,
    "publishedDate": 1651046110,
    "lastUpdated": 1711141281,
    "type": "connector",
    "label": "Azure Network Security Group",
    "availableVersions": [
        "1.0.0",
        "1.1.0",
        "1.2.0"
    ],
    "scm": {
        "forks": 0,
        "watchers": 0,
        "stars": 0,
        "type": "private",
        "url": "https://gitlab-van.corp.fortinet.com/fortisoar/connectors-group/connector-azure-network-security-group/"
    },
    "infoPath": "/content-hub/azure-network-security-group-1.0.0/6819",
    "publisher": "Community",
    "certified": false,
    "category": "Cloud Security",
    "iconLarge": "/content-hub/azure-network-security-group-1.0.0/6819/images/large.png",
    "operations": [
        {
            "description": "Get list of subscriptions.",
            "title": "Get List of Subscriptions",
            "operation": "list_of_subscriptions",
            "visible": false
        },
        {
            "description": "Get list of resource groups.",
            "title": "List of Resource Groups.",
            "operation": "list_of_resource_groups",
            "visible": false
        },
        {
            "description": "Get list of locations.",
            "title": "List Locations",
            "operation": "list_of_locations",
            "visible": false
        },
        {
            "description": "Creates a network security group in the specified resource group based on the input parameters, such as subscription ID, name of the network security group, location of the network security group, etc. you have specified.",
            "title": "Create Network Security Group",
            "operation": "create_network_security_group",
            "visible": true
        },
        {
            "description": "Retrieves a list of all network security groups from the specified resource group in Azure Network Security Group.",
            "title": "List Network Security Groups",
            "operation": "list_of_network_security_groups",
            "visible": true
        },
        {
            "description": "Lists all of the network security groups in the specified subscription.",
            "title": "List Network Security Groups only names",
            "operation": "list_of_network_security_groups_only_names",
            "visible": false
        },
        {
            "description": "Retrieves all the details of the specified network security group from the specified resource group in Azure Network Security Group.",
            "title": "Get Network Security Group Info",
            "operation": "get_network_security_group_info",
            "visible": true
        },
        {
            "description": "Updates a network security group in the specified resource group based on the input parameters, such as subscription ID, name of the network security group, location of the network security group, etc. you have specified.",
            "title": "Update Network Security Group",
            "operation": "update_network_security_group",
            "visible": true
        },
        {
            "description": "Deletes the specified network security group from the specified resource group in Azure Network Security Group.",
            "title": "Delete Network Security Group",
            "operation": "delete_network_security_group",
            "visible": true
        }
    ],
    "help": "https://docs.fortinet.com/document/fortisoar/1.0.0/azure-network-security-group/259/azure-network-security-group-v1-0-0",
    "dependentSolutionPacks": [],
    "releaseNotes": "unavailable"
}