Scaleway · Schema

scaleway.iam.v1alpha1.CheckPermissionsRequest.Permission

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
service string
name string
action string
project_id string
organization_id string
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1checkpermissionsrequestpermission-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.CheckPermissionsRequest.Permission",
  "title": "scaleway.iam.v1alpha1.CheckPermissionsRequest.Permission",
  "type": "object",
  "properties": {
    "service": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "action": {
      "type": "string"
    },
    "project_id": {
      "type": "string",
      "nullable": true,
      "x-one-of": "scope"
    },
    "organization_id": {
      "type": "string",
      "nullable": true,
      "x-one-of": "scope"
    }
  },
  "x-properties-order": [
    "service",
    "name",
    "action",
    "project_id",
    "organization_id"
  ]
}