Refinements to user model - AIRAVATA-1016
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/461f7ec4 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/461f7ec4 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/461f7ec4 Branch: refs/heads/master Commit: 461f7ec485521834278d10e01325b976d24f55c6 Parents: 0bc5513 Author: Suresh Marru <[email protected]> Authored: Thu Jul 7 12:04:24 2016 -0400 Committer: Suresh Marru <[email protected]> Committed: Thu Jul 7 12:04:24 2016 -0400 ---------------------------------------------------------------------- .../user-group-models/user_profile_model.thrift | 31 ++++++++++---------- 1 file changed, 15 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/461f7ec4/thrift-interface-descriptions/data-models/user-group-models/user_profile_model.thrift ---------------------------------------------------------------------- diff --git a/thrift-interface-descriptions/data-models/user-group-models/user_profile_model.thrift b/thrift-interface-descriptions/data-models/user-group-models/user_profile_model.thrift index b46f91d..e0c939d 100644 --- a/thrift-interface-descriptions/data-models/user-group-models/user_profile_model.thrift +++ b/thrift-interface-descriptions/data-models/user-group-models/user_profile_model.thrift @@ -166,20 +166,19 @@ struct UserProfile { 3: required string userId, 4: required list<string> emails, 5: optional string userName, - 6: optional string gatewayId, - 7: optional string orcidId, - 8: optional list<string> phones, - 9: optional string country, - 10: optional list<string> nationality, - 11: optional string homeOrganization, - 12: optional string orginationAffiliation, - 13: required string creationTime, - 14: required string lastAccessTime, - 15: required string validUntil, - 16: required Status State, - 17: optional string comments, - 18: optional list<string> labeledURI, - 19: optional string gpgKey, - 20: optional string timeZone, - 21: optional NSFDemographics nsfDemographics + 6: optional string orcidId, + 7: optional list<string> phones, + 8: optional string country, + 9: optional list<string> nationality, + 10: optional string homeOrganization, + 11: optional string orginationAffiliation, + 12: required string creationTime, + 13: required string lastAccessTime, + 14: required string validUntil, + 15: required Status State, + 16: optional string comments, + 17: optional list<string> labeledURI, + 18: optional string gpgKey, + 19: optional string timeZone, + 20: optional NSFDemographics nsfDemographics } \ No newline at end of file
