Scaleway · Schema

scaleway.iam.v1alpha1.InitiateUserConnectionResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
token string Token to be used in JoinUserConnection.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1initiateuserconnectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.InitiateUserConnectionResponse",
  "title": "scaleway.iam.v1alpha1.InitiateUserConnectionResponse",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "description": "Token to be used in JoinUserConnection."
    }
  },
  "x-properties-order": [
    "token"
  ]
}