Share via


agenticUserTemplateRef object

An array of agentic user templates references.

Properties that reference this object type:

Syntax

{
  "id": "{string}",
  "file": "{string}"
}

Properties

id

Unique identifier for the agentic user template. Must contain only alphanumeric characters, dots, underscores, and hyphens.

Type
string

Required

Constraints
Minimum string length: 1. Maximum string length: 64.

Supported values
The string must match the following regular expression: ^[a-zA-Z0-9._-]+$.

file

Relative file path to this agentic user template element file in the application package. This file is generated for you when using Agent 365 CLI or Developer Portal to create agent blueprint templates.

The agent is based on the public schema:

https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.AgenticUser.schema.json

And includes the following properties:

Property Type Definition
id string Required. Unique identifier for the agentic user template. Must contain only alphanumeric characters, dots, underscores, and hyphens.
schemaVersion string Required. Version of the agentic user template schema.
agentIdentityBlueprintId string Required. Agent Identity Blueprint ID registered in Azure AD portal. The string value must be a guid

Type
string

Required

Constraints
Maximum string length: 2048.

Supported values