Scaleway · Schema

scaleway.iam.v1alpha1.ListPoliciesResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
policies array List of policies.
total_count integer Total count of policies.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1listpoliciesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.ListPoliciesResponse",
  "title": "scaleway.iam.v1alpha1.ListPoliciesResponse",
  "type": "object",
  "properties": {
    "policies": {
      "type": "array",
      "description": "List of policies.",
      "items": {
        "$ref": "#/components/schemas/scaleway.iam.v1alpha1.Policy"
      }
    },
    "total_count": {
      "type": "integer",
      "description": "Total count of policies.",
      "format": "uint32"
    }
  },
  "x-properties-order": [
    "policies",
    "total_count"
  ]
}