Skip to content

Instantly share code, notes, and snippets.

@yai333
Created November 18, 2021 09:09
Show Gist options
  • Save yai333/2f86301db69c58abef7b5b30b7766db1 to your computer and use it in GitHub Desktop.
Save yai333/2f86301db69c58abef7b5b30b7766db1 to your computer and use it in GitHub Desktop.
{
"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