feat(core): Credentials for popular SecOps services, Part 1 (#6775)

This commit is contained in:
Michael Kret
2023-07-31 11:26:38 +03:00
committed by GitHub
parent 50b0dc21fd
commit 11567f946b
56 changed files with 1724 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ export class MicrosoftOAuth2Api implements ICredentialType {
extends = ['oAuth2Api'];
icon = 'file:Microsoft.svg';
icon = 'file:icons/Microsoft.svg';
displayName = 'Microsoft OAuth2 API';