GetUserAccessLoggingSettingsResponse

GetUserAccessLoggingSettingsResponse schema from Amazon WorkSpaces Web API

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
userAccessLoggingSettings object
View JSON Schema on GitHub

JSON Schema

workspaces-web-get-user-access-logging-settings-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "userAccessLoggingSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserAccessLoggingSettings"
        },
        {
          "description": "The user access logging settings."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetUserAccessLoggingSettingsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-get-user-access-logging-settings-response-schema.json",
  "description": "GetUserAccessLoggingSettingsResponse schema from Amazon WorkSpaces Web API"
}