ListSecurityProfilesForTargetResponse

ListSecurityProfilesForTargetResponse schema

Device ManagementFleet ManagementIoTOTA Updates

Properties

Name Type Description
securityProfileTargetMappings object
nextToken object
View JSON Schema on GitHub

JSON Schema

iot-device-management-list-security-profiles-for-target-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-list-security-profiles-for-target-response-schema.json",
  "title": "ListSecurityProfilesForTargetResponse",
  "description": "ListSecurityProfilesForTargetResponse schema",
  "type": "object",
  "properties": {
    "securityProfileTargetMappings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SecurityProfileTargetMappings"
        },
        {
          "description": "A list of security profiles and their associated targets."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "A token that can be used to retrieve the next set of results, or <code>null</code> if there are no additional results."
        }
      ]
    }
  }
}