File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/Core/AdminConsole/Models/Data/EventIntegrations Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,17 @@ public class IntegrationTemplateContext(EventMessage eventMessage)
2323 public Guid ? CollectionId => Event . CollectionId ;
2424 public Guid ? GroupId => Event . GroupId ;
2525 public Guid ? PolicyId => Event . PolicyId ;
26+ public Guid ? IdempotencyId => Event . IdempotencyId ;
27+ public Guid ? ProviderId => Event . ProviderId ;
28+ public Guid ? ProviderUserId => Event . ProviderUserId ;
29+ public Guid ? ProviderOrganizationId => Event . ProviderOrganizationId ;
30+ public Guid ? InstallationId => Event . InstallationId ;
31+ public Guid ? SecretId => Event . SecretId ;
32+ public Guid ? ProjectId => Event . ProjectId ;
33+ public Guid ? ServiceAccountId => Event . ServiceAccountId ;
34+ public Guid ? GrantedServiceAccountId => Event . GrantedServiceAccountId ;
2635
36+ public string DateIso8601 => Date . ToString ( "o" ) ;
2737 public string EventMessage => JsonSerializer . Serialize ( Event ) ;
2838
2939 public User ? User { get ; set ; }
You can’t perform that action at this time.
0 commit comments