Amazon IoT SiteWise · JSON Structure

Iot Sitewise User Identity Structure

Contains information for a user identity in an access policy.

Type: object Properties: 1 Required: 1
Asset ManagementIndustrial IoTIoTTime Series Data

UserIdentity is a JSON Structure definition published by Amazon IoT SiteWise, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-structure/iot-sitewise-user-identity-structure.json",
  "name": "UserIdentity",
  "description": "Contains information for a user identity in an access policy.",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityId"
        },
        {
          "description": "The IAM Identity Center ID of the user."
        }
      ]
    }
  },
  "required": [
    "id"
  ]
}