CredentialStorageProperties

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
kind string
View JSON Schema on GitHub

JSON Schema

application-research-credentialstorageproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CredentialStorageProperties",
  "title": "CredentialStorageProperties",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string",
      "enum": [
        "Internal"
      ]
    }
  },
  "required": [
    "kind"
  ]
}