Scaleway · Schema

scaleway.iam.v1alpha1.SetRulesResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
rules array Rules of the policy.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1setrulesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.SetRulesResponse",
  "title": "scaleway.iam.v1alpha1.SetRulesResponse",
  "type": "object",
  "properties": {
    "rules": {
      "type": "array",
      "description": "Rules of the policy.",
      "items": {
        "$ref": "#/components/schemas/scaleway.iam.v1alpha1.Rule"
      }
    }
  },
  "x-properties-order": [
    "rules"
  ]
}