This commit is contained in:
@@ -14,7 +14,7 @@ namespace AyaNova.Models
|
||||
public long Id { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
[Required]
|
||||
public Guid IntegrationAppId { get; set; }//Guid of integrating application. All data for it is stored under this guid key. This guid should be fixed and unchanged for all users of the integration app, i.e. it shouldn't be unique to each install but unique to itself once, a publish app id
|
||||
public Guid IntegrationAppId { get; set; } = Guid.Empty;//Guid of integrating application. All data for it is stored under this guid key. This guid should be fixed and unchanged for all users of the integration app, i.e. it shouldn't be unique to each install but unique to itself once, a publish app id
|
||||
[Required]
|
||||
public string Name { get; set; }
|
||||
public bool Active { get; set; }//integration apps should always check if this is true before working or not and give appropriate error if turned off
|
||||
|
||||
Reference in New Issue
Block a user