Scaleway · Schema

scaleway.iam.v1alpha1.CheckPermissionsResponse.Response.Decision

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1checkpermissionsresponseresponsedecision-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.CheckPermissionsResponse.Response.Decision",
  "title": "scaleway.iam.v1alpha1.CheckPermissionsResponse.Response.Decision",
  "type": "string",
  "enum": [
    "deny",
    "allow"
  ],
  "default": "deny"
}