Azure Kubernetes Service · Schema
SystemData
Metadata pertaining to creation and last modification of the resource.
AzureCloudContainersDevOpsKubernetesOrchestration
Properties
| Name | Type | Description |
|---|---|---|
| createdBy | string | The identity that created the resource. |
| createdByType | string | The type of identity that created the resource. |
| createdAt | string | The timestamp of resource creation (UTC). |
| lastModifiedBy | string | The identity that last modified the resource. |
| lastModifiedByType | string | The type of identity that last modified the resource. |
| lastModifiedAt | string | The timestamp of resource last modification (UTC). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SystemData",
"type": "object",
"description": "Metadata pertaining to creation and last modification of the resource.",
"properties": {
"createdBy": {
"type": "string",
"description": "The identity that created the resource."
},
"createdByType": {
"type": "string",
"description": "The type of identity that created the resource."
},
"createdAt": {
"type": "string",
"description": "The timestamp of resource creation (UTC)."
},
"lastModifiedBy": {
"type": "string",
"description": "The identity that last modified the resource."
},
"lastModifiedByType": {
"type": "string",
"description": "The type of identity that last modified the resource."
},
"lastModifiedAt": {
"type": "string",
"description": "The timestamp of resource last modification (UTC)."
}
}
}