schema.elasticsearch.create.index.identity-authorizations.json Maven / Gradle / Ivy
{
"mappings": {
"dynamic": "strict",
"properties": {
"id": {
"type": "keyword"
},
"ownerKey": {
"type": "long"
},
"ownerType": {
"type": "keyword"
},
"resourceType": {
"type": "keyword"
},
"permissions": {
"type": "object",
"properties": {
"type": {
"type": "keyword"
},
"resourceIds": {
"type": "keyword"
}
}
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy