CloudEnvironment Classe

Aggrega tutti gli endpoint di servizio specifici del cloud per un determinato ambiente Azure. Usare istanze predefinite (PUBLIC, US_GOV, US_GOV_DOD, CHINA) o crearne una personalizzata tramite with_overrides().

Costruttore

CloudEnvironment(login_endpoint: str, login_tenant: str, bot_scope: str, token_service_url: str, openid_metadata_url: str, token_issuer: str, graph_scope: str)

Parametri

Nome Descrizione
login_endpoint
Necessario
login_tenant
Necessario
bot_scope
Necessario
token_service_url
Necessario
openid_metadata_url
Necessario
token_issuer
Necessario
graph_scope
Necessario

Attributi

bot_scope

api.botframework.com/.default").

bot_scope: str

graph_scope

graph.microsoft.com/.default").

graph_scope: str

login_endpoint

login.microsoftonline.com").

login_endpoint: str

login_tenant

Tenant di accesso multi-tenant predefinito,ad esempio "botframework.com").

login_tenant: str

openid_metadata_url

URL dei metadati OpenID per la convalida del token.

openid_metadata_url: str

token_issuer

api.botframework.com").

token_issuer: str

token_service_url

token.botframework.com").

token_service_url: str