ProjectsAgentsModelFactory.EntraAuthorizationScheme Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EntraAuthorizationScheme.
public static Azure.AI.Projects.Agents.EntraAuthorizationScheme EntraAuthorizationScheme(Azure.AI.Projects.Agents.IsolationKeySource isolationKeySource = default);
static member EntraAuthorizationScheme : Azure.AI.Projects.Agents.IsolationKeySource -> Azure.AI.Projects.Agents.EntraAuthorizationScheme
Public Shared Function EntraAuthorizationScheme (Optional isolationKeySource As IsolationKeySource = Nothing) As EntraAuthorizationScheme
Parameters
- isolationKeySource
- IsolationKeySource
The source from which the per-user isolation key is derived for requests authorized via this scheme. Defaults to Entra-based isolation when omitted.
Returns
A new EntraAuthorizationScheme instance for mocking.