Scaleway · Schema

scaleway.iam.v1alpha1.ListGroupsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

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

JSON Schema

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