GroupIdentity

Contains information for a group identity in an access policy.

Asset ManagementIndustrial IoTIoTTime Series Data

Properties

Name Type Description
id object
View JSON Schema on GitHub

JSON Schema

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