Amazon WorkSpaces · JSON Structure

Workspaces Certificate Based Auth Properties Structure

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

Type: object Properties: 2
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

CertificateBasedAuthProperties is a JSON Structure definition published by Amazon WorkSpaces, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Status CertificateAuthorityArn

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "CertificateBasedAuthProperties",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-certificate-based-auth-properties-structure.json"
}