Microsoft Graph · Schema
microsoft.graph.security.kubernetesClusterEvidence
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.security.kubernetesClusterEvidence",
"title": "microsoft.graph.security.kubernetesClusterEvidence",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.alertEvidence"
},
{
"title": "kubernetesClusterEvidence",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"cloudResource": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.alertEvidence"
},
{
"type": "object",
"nullable": true
}
],
"description": "The cloud identifier of the cluster. Can be either an amazonResourceEvidence, azureResourceEvidence, or googleCloudResourceEvidence object."
},
"distribution": {
"type": "string",
"description": "The distribution type of the cluster.",
"nullable": true
},
"name": {
"type": "string",
"description": "The cluster name.",
"nullable": true
},
"platform": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.kubernetesPlatform"
},
{
"type": "object",
"nullable": true
}
],
"description": "The platform the cluster runs on. The possible values are: unknown, aks, eks, gke, arc, unknownFutureValue."
},
"version": {
"type": "string",
"description": "The kubernetes version of the cluster.",
"nullable": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.security.kubernetesClusterEvidence"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.security.kubernetesClusterEvidence"
}