Scaleway · Schema

scaleway.iam.v1alpha1.CheckPermissionsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
responses array
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1checkpermissionsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.CheckPermissionsResponse",
  "title": "scaleway.iam.v1alpha1.CheckPermissionsResponse",
  "type": "object",
  "properties": {
    "responses": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/scaleway.iam.v1alpha1.CheckPermissionsResponse.Response"
      }
    }
  },
  "x-properties-order": [
    "responses"
  ]
}