PowerPlatformConnectors/certified-connectors/ISOPlanner/apiProperties.json

47 строки
1.2 KiB
JSON

{
"properties": {
"connectionParameters": {
"token": {
"type": "oauthSetting",
"oAuthSettings": {
"identityProvider": "aad",
"clientId": "{{ clientId }}",
"scopes": [],
"redirectMode": "Global",
"redirectUrl": "https://global.consent.azure-apim.net/redirect",
"properties": {
"IsFirstParty": "False",
"AzureActiveDirectoryResourceId": "{{ resourceUri }}"
},
"customParameters": {
"loginUri": {
"value": "https://login.microsoftonline.com"
},
"tenantId": {
"value": "common"
},
"resourceUri": {
"value": "{{ resourceUri }}"
}
}
}
},
"token:TenantId": {
"type": "string",
"metadata": {
"sourceType": "AzureActiveDirectoryTenant"
},
"uiDefinition": {
"constraints": {
"required": "false",
"hidden": "true"
}
}
}
},
"iconBrandColor": "#F2F2F2",
"capabilities": [],
"publisher": "REDLAB",
"stackOwner": "REDLAB"
}
}