Scaleway · Schema

scaleway.functions.v1beta1.Secret

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
key string
value object
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayfunctionsv1beta1secret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.functions.v1beta1.Secret",
  "title": "scaleway.functions.v1beta1.Secret",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "value": {
      "$ref": "#/components/schemas/google.protobuf.StringValue"
    }
  },
  "x-properties-order": [
    "key",
    "value"
  ]
}