Created
November 18, 2021 09:09
-
-
Save yai333/2f86301db69c58abef7b5b30b7766db1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"annotations": [], | |
"type": "Office365", | |
"typeProperties": { | |
"office365TenantId": "TENARNT_ID", | |
"servicePrincipalTenantId": "TENARNT_ID", | |
"servicePrincipalId": "APP_CLIENT_ID", | |
"servicePrincipalKey": { | |
"type": "SecureString", | |
"value": "APP_CLIENT_SECRET" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment