Scaleway · Schema

scaleway.lb.v1.SetAclsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
acls array List of ACL objects.
total_count integer The total number of ACL objects.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaylbv1setaclsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.lb.v1.SetAclsResponse",
  "title": "scaleway.lb.v1.SetAclsResponse",
  "type": "object",
  "properties": {
    "acls": {
      "type": "array",
      "description": "List of ACL objects.",
      "items": {
        "$ref": "#/components/schemas/scaleway.lb.v1.Acl"
      }
    },
    "total_count": {
      "type": "integer",
      "description": "The total number of ACL objects.",
      "format": "uint32"
    }
  },
  "x-properties-order": [
    "acls",
    "total_count"
  ]
}