IamProperties

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
kind string
roles array
View JSON Schema on GitHub

JSON Schema

application-research-iamproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IamProperties",
  "title": "IamProperties",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string",
      "enum": [
        "azure",
        "aws"
      ]
    },
    "roles": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "kind"
  ]
}