Amazon WorkSpaces · Schema

CertificateBasedAuthProperties

Describes the properties of the certificate-based authentication you want to use with your WorkSpaces.

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
Status object
CertificateAuthorityArn object
View JSON Schema on GitHub

JSON Schema

workspaces-certificate-based-auth-properties-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateBasedAuthStatusEnum"
        },
        {
          "description": "The status of the certificate-based authentication properties."
        }
      ]
    },
    "CertificateAuthorityArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateAuthorityArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource."
        }
      ]
    }
  },
  "description": "Describes the properties of the certificate-based authentication you want to use with your WorkSpaces.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CertificateBasedAuthProperties",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-certificate-based-auth-properties-schema.json"
}