Scaleway · Schema

scaleway.iam.v1alpha1.CheckPermissionsResponse.Response

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
decision object
View JSON Schema on GitHub

JSON Schema

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