Azure Kubernetes Service · JSON Structure

Azure Kubernetes Service System Data Structure

Type: object Properties: 6
AzureCloudContainersDevOpsKubernetesOrchestration

SystemData is a JSON Structure definition published by Azure Kubernetes Service, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

createdBy createdByType createdAt lastModifiedBy lastModifiedByType lastModifiedAt

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SystemData",
  "type": "object",
  "properties": {
    "createdBy": {
      "type": "string"
    },
    "createdByType": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "lastModifiedBy": {
      "type": "string"
    },
    "lastModifiedByType": {
      "type": "string"
    },
    "lastModifiedAt": {
      "type": "string"
    }
  }
}