All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.opensearch.create.index.identity-authorizations.json Maven / Gradle / Ivy

There is a newer version: 8.7.0-alpha2-rc1
Show newest version
{
  "mappings": {
    "dynamic": "strict",
    "properties": {
      "id": {
        "type": "keyword"
      },
      "ownerKey": {
        "type": "long"
      },
      "ownerType": {
        "type": "keyword"
      },
      "resourceType": {
        "type": "keyword"
      },
      "permissions": {
        "properties": {
          "type": {
            "type": "keyword"
          },
          "resourceIds": {
            "type": "keyword"
          }
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy