Microsoft Azure · Schema

ApiKeys

The access keys for the cognitive services account.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
key1 string Gets the value of key 1.
key2 string Gets the value of key 2.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-apikeys-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiKeys",
  "title": "ApiKeys",
  "type": "object",
  "description": "The access keys for the cognitive services account.",
  "properties": {
    "key1": {
      "type": "string",
      "description": "Gets the value of key 1.",
      "example": "example_value"
    },
    "key2": {
      "type": "string",
      "description": "Gets the value of key 2.",
      "example": "example_value"
    }
  }
}