NSX-T Data Center REST API
FeaturePermission (type)
{ "id": "FeaturePermission", "module_id": "AAA", "properties": { "feature": { "required": true, "title": "Feature Id", "type": "string" }, "feature_description": { "title": "Feature Description", "type": "string" }, "feature_name": { "title": "Feature Name", "type": "string" }, "is_execute_recommended": { "readonly": true, "title": "Is execute recommended", "type": "boolean" }, "is_internal": { "readonly": true, "title": "Is internal", "type": "boolean" }, "permission": { "enum": [ "crud", "read", "execute", "none" ], "required": true, "title": "Permission", "type": "string" } }, "title": "Feature Permission", "type": "object" }