Scaleway · Schema

scaleway.iam.v1alpha1.GetUserConnectionsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
connections array List of connections.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1getuserconnectionsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.GetUserConnectionsResponse",
  "title": "scaleway.iam.v1alpha1.GetUserConnectionsResponse",
  "type": "object",
  "properties": {
    "connections": {
      "type": "array",
      "description": "List of connections.",
      "items": {
        "$ref": "#/components/schemas/scaleway.iam.v1alpha1.Connection"
      }
    }
  },
  "x-properties-order": [
    "connections"
  ]
}