AgenticIdentity Class
Identifies the Agent 365 identity scope used for SDK operations.
AgenticIdentity is the SDK operation/request scope for the Agent 365 program. It encompasses an agentic app blueprint, which can instantiate agentic apps, and each app can optionally have associated agentic users.
Constructor
AgenticIdentity(*, agentic_app_blueprint_id: str, agentic_app_id: str | None = None, agentic_user_id: str | None = None, tenant_id: str | None = None)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
agentic_app_blueprint_id
Required
|
|
|
agentic_app_id
|
Default value: None
|
|
agentic_user_id
|
Default value: None
|
|
tenant_id
|
Default value: None
|
Attributes
agentic_app_blueprint_id
agentic_app_blueprint_id: str
agentic_app_id
agentic_app_id: str | None = None
agentic_user_id
agentic_user_id: str | None = None
tenant_id
tenant_id: str | None = None