Scaleway · Schema

scaleway.rdb.v1.ACLRule.Action

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayrdbv1aclruleaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.rdb.v1.ACLRule.Action",
  "title": "scaleway.rdb.v1.ACLRule.Action",
  "type": "string",
  "enum": [
    "allow",
    "deny"
  ],
  "default": "allow"
}