Scaleway · Schema

scaleway.vpc.v2.SetAclResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
rules array
default_policy object
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayvpcv2setaclresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.vpc.v2.SetAclResponse",
  "title": "scaleway.vpc.v2.SetAclResponse",
  "type": "object",
  "properties": {
    "rules": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/scaleway.vpc.v2.AclRule"
      }
    },
    "default_policy": {
      "$ref": "#/components/schemas/scaleway.vpc.v2.Action"
    }
  },
  "x-properties-order": [
    "rules",
    "default_policy"
  ]
}