Microsoft365PublishDefaults interface
Default and previously-published values used to pre-populate a Microsoft 365 publish request for a Foundry agent.
Properties
| agent |
The user-facing display name for the agent. Defaults to the agent name if not previously overridden. |
| agent |
The agent name. |
| app |
The publish scope. |
| app |
The app-registration client id associated with the agent. |
| app |
The most recently published app version. |
| bot |
ARM resource id of the Azure Bot Service associated with the previously-published app, if any. |
| developer |
Display name of the developer / publisher. |
| developer |
Developer / publisher website URL. |
| full |
Full description shown on the Teams app details page. |
| privacy |
Privacy policy URL. |
| recommended |
The recommended next app version (the most recent app version, incremented). |
| short |
Short, one-line description shown in the Teams app listing. |
| teams |
The Microsoft Teams app id of the previously-published app, if any. |
| terms |
Terms-of-use URL. |
| title |
The Microsoft 365 title id of the previously-published app, if any. |
Property Details
agentDisplayName
The user-facing display name for the agent. Defaults to the agent name if not previously overridden.
agentDisplayName?: string
Property Value
string
agentName
The agent name.
agentName?: string
Property Value
string
appPublishScope
The publish scope.
appPublishScope?: Microsoft365PublishScope
Property Value
appRegistrationClientId
The app-registration client id associated with the agent.
appRegistrationClientId?: string
Property Value
string
appVersion
The most recently published app version.
appVersion?: string
Property Value
string
botServiceArmId
ARM resource id of the Azure Bot Service associated with the previously-published app, if any.
botServiceArmId?: string
Property Value
string
developerName
Display name of the developer / publisher.
developerName?: string
Property Value
string
developerWebsiteUrl
Developer / publisher website URL.
developerWebsiteUrl?: string
Property Value
string
fullDescription
Full description shown on the Teams app details page.
fullDescription?: string
Property Value
string
privacyUrl
Privacy policy URL.
privacyUrl?: string
Property Value
string
recommendedNextAppVersion
The recommended next app version (the most recent app version, incremented).
recommendedNextAppVersion?: string
Property Value
string
shortDescription
Short, one-line description shown in the Teams app listing.
shortDescription?: string
Property Value
string
teamsAppId
The Microsoft Teams app id of the previously-published app, if any.
teamsAppId?: string
Property Value
string
termsOfUseUrl
Terms-of-use URL.
termsOfUseUrl?: string
Property Value
string
titleId
The Microsoft 365 title id of the previously-published app, if any.
titleId?: string
Property Value
string