blob: c1308dc20ec16fa1989442bc9e5f53a8c0625fea [file] [log] [blame]
message ControllerSlicePrivilege (PlCoreBase){
required manytoone controller->Controller:controllersliceprivileges = 1 [db_index = True, null = False, blank = False];
required manytoone slice_privilege->SlicePrivilege:controllersliceprivileges = 2 [db_index = True, null = False, blank = False];
optional string role_id = 3 [max_length = 200, content_type = "stripped", blank = True, help_text = "Keystone id", null = True, db_index = True];
}