{ "additionalProperties": false, "description": "Stores information about an Azure security group rule.", "extends": { "$ref": "CloudSecurityGroupRule }, "id": "AzureSecurityGroupRule", "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" }, "action": { "description": "Action configured for the Azure security group rule.", "enum": [ "ALLOW", "DENY" ], "readonly": true, "required": false, "title": "Action", "type": "string" }, "description": { "can_sort": true, "maxLength": 1024, "title": "Description of this resource", "type": "string" }, "destination": { "description": "Destination corresponding to the cloud security group rule.", "readonly": true, "required": false, "title": "Destination", "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" }, "port_range": { "description": "Port range corresponding to the cloud security group rule.", "readonly": true, "required": false, "title": "Port Range", "type": "string" }, "priority": { "description": "Priority of the Azure security group rule.", "readonly": true, "required": false, "title": "Priority", "type": "integer" }, "protocol": { "description": "Protocol corresponding to the cloud security group rule.", "readonly": true, "required": false, "title": "Protocol", "type": "string" }, "resource_type": { "description": "The type of this resource.", "readonly": false, "required": true, "type": "string" }, "source": { "description": "Source corresponding to the cloud security group rule.", "readonly": true, "required": false, "title": "Source", "type": "string" }, "tags": { "items": { "$ref": "Tag }, "maxItems": 30, "title": "Opaque identifiers meaningful to the API user", "type": "array" } }, "title": "Azure Security Group Rule", "type": "object" }