Scaleway · Schema

scaleway.iam.v1alpha1.ListRulesResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
rules array Rules of the policy.
total_count integer Total count of rules.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1listrulesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.ListRulesResponse",
  "title": "scaleway.iam.v1alpha1.ListRulesResponse",
  "type": "object",
  "properties": {
    "rules": {
      "type": "array",
      "description": "Rules of the policy.",
      "items": {
        "$ref": "#/components/schemas/scaleway.iam.v1alpha1.Rule"
      }
    },
    "total_count": {
      "type": "integer",
      "description": "Total count of rules.",
      "format": "uint32"
    }
  },
  "x-properties-order": [
    "rules",
    "total_count"
  ]
}