Scaleway · Schema

scaleway.iam.v1alpha1.ListJWTsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
jwts array
total_count integer
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1listjwtsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.ListJWTsResponse",
  "title": "scaleway.iam.v1alpha1.ListJWTsResponse",
  "type": "object",
  "properties": {
    "jwts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/scaleway.iam.v1alpha1.JWT"
      }
    },
    "total_count": {
      "type": "integer",
      "format": "uint64"
    }
  },
  "x-properties-order": [
    "jwts",
    "total_count"
  ]
}