Add project files.
This commit is contained in:
		
							
								
								
									
										42
									
								
								Core.Cerberos.Adapters/Common/Enums/ApplicationsEnum.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								Core.Cerberos.Adapters/Common/Enums/ApplicationsEnum.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,42 @@ | ||||
| // *********************************************************************** | ||||
| // <copyright file="ApplicationsEnum.cs"> | ||||
| //     Heath | ||||
| // </copyright> | ||||
| // *********************************************************************** | ||||
|  | ||||
| using System.Text.Json.Serialization; | ||||
|  | ||||
| namespace Core.Cerberos.Adapters.Common.Enums | ||||
| { | ||||
|     /// <summary> | ||||
|     /// Defines the applications associated with the role. | ||||
|     /// </summary> | ||||
|     [JsonConverter(typeof(JsonStringEnumConverter))] | ||||
|     public enum ApplicationsEnum | ||||
|     { | ||||
|         /// <summary> | ||||
|         /// LSA Web Portal application. | ||||
|         /// </summary> | ||||
|         LSAWebPortal = 0, | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Customer DashBoard application. | ||||
|         /// </summary> | ||||
|         CustomerDashboard = 1, | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Discover application. | ||||
|         /// </summary> | ||||
|         Discover = 2, | ||||
|  | ||||
|         /// <summary> | ||||
|         /// LSA Mobile application. | ||||
|         /// </summary> | ||||
|         LSAMobile = 3, | ||||
|  | ||||
|         /// <summary> | ||||
|         /// BluePrint application. | ||||
|         /// </summary> | ||||
|         BluePrint = 4, | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin