Microsoft Windows Server · JSON Structure

Iis Administration Binding Structure

Type: object Properties: 6
DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

Binding is a JSON Structure definition published by Microsoft Windows Server, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

protocol binding_information ip_address port hostname require_sni

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Binding",
  "type": "object",
  "properties": {
    "protocol": {
      "type": "string"
    },
    "binding_information": {
      "type": "string"
    },
    "ip_address": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    },
    "hostname": {
      "type": "string"
    },
    "require_sni": {
      "type": "boolean"
    }
  }
}