Scaleway · Schema

scaleway.iam.v1alpha1.Connection

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
organization object Information about the connected organization.
user object Information about the connected user.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1connection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.Connection",
  "title": "scaleway.iam.v1alpha1.Connection",
  "type": "object",
  "properties": {
    "organization": {
      "type": "object",
      "description": "Information about the connected organization.",
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "locked": {
          "type": "boolean"
        }
      },
      "x-properties-order": [
        "id",
        "name",
        "locked"
      ]
    },
    "user": {
      "type": "object",
      "description": "Information about the connected user.",
      "properties": {
        "id": {
          "type": "string"
        },
        "username": {
          "type": "string"
        },
        "type": {
          "$ref": "#/components/schemas/scaleway.iam.v1alpha1.User.Type"
        }
      },
      "x-properties-order": [
        "id",
        "username",
        "type"
      ]
    }
  },
  "x-properties-order": [
    "organization",
    "user"
  ]
}