Microsoft Windows Server · JSON Structure

Iis Administration Identity Structure

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

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

Properties

identity_type username load_user_profile

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Identity",
  "type": "object",
  "properties": {
    "identity_type": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "load_user_profile": {
      "type": "boolean"
    }
  }
}