Amazon WorkSpaces · Schema

SamlUserAccessUrl

SamlUserAccessUrl schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service
View JSON Schema on GitHub

JSON Schema

workspaces-saml-user-access-url-schema.json Raw ↑
{
  "type": "string",
  "pattern": "^(http|https)\\://\\S+$",
  "minLength": 8,
  "maxLength": 200,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SamlUserAccessUrl",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-saml-user-access-url-schema.json",
  "description": "SamlUserAccessUrl schema from Amazon WorkSpaces API"
}