NSX-T Data Center REST API
AzureSecurityGroup (type)
{ "additionalProperties": false, "description": "Stores information about an Azure VNet security group.", "extends": { "$ref": "CloudSecurityGroup }, "id": "AzureSecurityGroup", "module_id": "AzureResources", "properties": { "_last_sync_time": { "$ref": "EpochMsTimestamp, "can_sort": true, "description": "Timestamp of last modification", "readonly": true }, "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "associated_vnet_ids": { "description": "Array of VNet IDs.", "items": { "type": "string" }, "readonly": true, "required": false, "title": "VNet IDs", "type": "array" }, "cloud_tags": { "description": "Array of tags associated to a cloud security group.", "items": { "$ref": "CloudTag }, "readonly": true, "title": "Cloud Tags", "type": "array" }, "description": { "can_sort": true, "maxLength": 1024, "title": "Description of this resource", "type": "string" }, "display_name": { "can_sort": true, "description": "Defaults to ID if not set", "maxLength": 255, "title": "Identifier to use when displaying entity in logs or GUI", "type": "string" }, "inbound_rules": { "description": "Array of inbound rules of the Azure security group.", "items": { "$ref": "AzureSecurityGroupRule }, "readonly": true, "required": false, "title": "Inbound Rules", "type": "array" }, "instances_count": { "description": "Number of instances associated to cloud security group.", "readonly": true, "required": false, "title": "Count Of Instances", "type": "integer" }, "is_managed_by_nsx": { "description": "If the flag is true, the cloud security group is managed by NSX.", "readonly": true, "required": false, "title": "Is Managed By NSX", "type": "boolean" }, "nsx_security_group_mapping": { "description": "Map of cloud application security groups associated to this Azure network security group and corresponding NSX security groups.", "items": { "$ref": "SecurityGroupDetails }, "readonly": true, "required": false, "title": "NSX Security Group Mapping", "type": "array" }, "outbound_rules": { "description": "Array of outbound rules of the Azure security group.", "items": { "$ref": "AzureSecurityGroupRule }, "readonly": true, "required": false, "title": "Outbound Rules", "type": "array" }, "region_id": { "description": "ID of the cloud region.", "readonly": true, "required": false, "title": "Region ID", "type": "string" }, "resource_group_name": { "description": "Name of the Azure resource group.", "readonly": true, "required": false, "title": "Resource Group Name", "type": "string" }, "resource_id": { "description": "Resource ID of Azure Network Security Group.", "readonly": true, "required": false, "title": "Resource ID", "type": "string" }, "resource_type": { "description": "The type of this resource.", "readonly": false, "required": true, "type": "string" }, "scope": { "description": "Specifies list of scope of discovered resource. e.g. if VHC path is associated with principal identity, who owns the discovered resource, then scope id will be VHC path and scope type will be VHC.", "items": { "$ref": "DiscoveredResourceScope }, "readonly": false, "required": false, "title": "List of scopes for discovered resource", "type": "array" }, "security_group_id": { "description": "ID of the cloud security group.", "readonly": true, "required": false, "title": "Security Group ID", "type": "string" }, "security_group_name": { "description": "Name of the cloud security group.", "readonly": true, "required": false, "title": "Security Group Name", "type": "string" }, "tags": { "items": { "$ref": "Tag }, "maxItems": 30, "title": "Opaque identifiers meaningful to the API user", "type": "array" } }, "title": "Azure VNet Security Group", "type": "object" }