Microsoft Graph · Schema

kubernetesServiceType

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecuritykubernetesservicetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.kubernetesServiceType",
  "title": "kubernetesServiceType",
  "enum": [
    "unknown",
    "clusterIP",
    "externalName",
    "nodePort",
    "loadBalancer",
    "unknownFutureValue"
  ],
  "type": "string"
}