blob: 010c9c27b8b4cc5637ebc8515c145e656cf2f6c3 [file] [log] [blame]
message Deployment {
required string name = 1 [ null = False, max_length = 200, content_type = "stripped", blank = False, help_text = "Name of the Deployment", modifier = required, db_index = False ];
required string accessControl = 2 [ null = False, default = "allow all", max_length = 200, blank = False, help_text = "Access control list that specifies which sites/users may use nodes in this deployment", modifier = required, db_index = False ];
}