Amazon WorkSpaces Web · JSON Structure

Workspaces Web Identity Provider Name Structure

IdentityProviderName schema from Amazon WorkSpaces Web API

Type: string Properties: 0
End User ComputingSecure BrowserVirtual DesktopZero Trust

IdentityProviderName is a JSON Structure definition published by Amazon WorkSpaces Web. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "type": "string",
  "pattern": "^[^_][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_]+$",
  "minLength": 1,
  "maxLength": 32,
  "format": "password",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "IdentityProviderName",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-identity-provider-name-structure.json",
  "description": "IdentityProviderName schema from Amazon WorkSpaces Web API"
}