MongoDatabaseSecrets

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
password string
connectionString string
View JSON Schema on GitHub

JSON Schema

application-research-mongodatabasesecrets-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MongoDatabaseSecrets",
  "title": "MongoDatabaseSecrets",
  "type": "object",
  "properties": {
    "password": {
      "type": "string"
    },
    "connectionString": {
      "type": "string"
    }
  }
}