Scaleway · Schema

scaleway.functions.v1beta1.SecretHashedValue

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
key string
hashed_value string
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayfunctionsv1beta1secrethashedvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.functions.v1beta1.SecretHashedValue",
  "title": "scaleway.functions.v1beta1.SecretHashedValue",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "hashed_value": {
      "type": "string"
    }
  },
  "x-properties-order": [
    "key",
    "hashed_value"
  ]
}