Amazon WorkSpaces Web · Example Payload

Workspaces Web Certificate Example

End User ComputingSecure BrowserVirtual DesktopZero Trust

Workspaces Web Certificate Example is an example object payload from Amazon WorkSpaces Web, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

bodyissuernotValidAfternotValidBeforesubjectthumbprint

Example Payload

Raw ↑
{
  "body": "example-value",
  "issuer": "example-value",
  "notValidAfter": "abc123def456",
  "notValidBefore": "abc123def456",
  "subject": "example-value",
  "thumbprint": "example-value"
}