ApplicationLinks

HAL-style links to related resources for an application.

DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

Properties

Name Type Description
authentication object
authorization object
default_document object
directory_browsing object
handlers object
ip_restrictions object
modules object
request_filtering object
request_tracing object
response_compression object
response_headers object
ssl object
static_content object
vdirs object
View JSON Schema on GitHub

JSON Schema

microsoft-windows-server-applicationlinks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationLinks",
  "title": "ApplicationLinks",
  "type": "object",
  "description": "HAL-style links to related resources for an application.",
  "properties": {
    "authentication": {
      "$ref": "#/components/schemas/HalLink"
    },
    "authorization": {
      "$ref": "#/components/schemas/HalLink"
    },
    "default_document": {
      "$ref": "#/components/schemas/HalLink"
    },
    "directory_browsing": {
      "$ref": "#/components/schemas/HalLink"
    },
    "handlers": {
      "$ref": "#/components/schemas/HalLink"
    },
    "ip_restrictions": {
      "$ref": "#/components/schemas/HalLink"
    },
    "modules": {
      "$ref": "#/components/schemas/HalLink"
    },
    "request_filtering": {
      "$ref": "#/components/schemas/HalLink"
    },
    "request_tracing": {
      "$ref": "#/components/schemas/HalLink"
    },
    "response_compression": {
      "$ref": "#/components/schemas/HalLink"
    },
    "response_headers": {
      "$ref": "#/components/schemas/HalLink"
    },
    "ssl": {
      "$ref": "#/components/schemas/HalLink"
    },
    "static_content": {
      "$ref": "#/components/schemas/HalLink"
    },
    "vdirs": {
      "$ref": "#/components/schemas/HalLink"
    }
  }
}