RegistrySecretConfig

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
secret string
View JSON Schema on GitHub

JSON Schema

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