你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EnvironmentCredentialOptions.AdditionallyAllowedTenants 属性

定义

指定凭据可能为其获取令牌的租户以及指定的 Azure.Identity.EnvironmentCredentialOptions.TenantId 租户。 添加通配符值“*”以允许凭据获取登录帐户可以访问的任何租户的令牌。 如果未为 Azure.Identity.EnvironmentCredentialOptions.TenantId指定任何值,则此选项将对该身份验证方法无效,并且凭据将在使用该方法时获取任何请求的租户的令牌。 此值默认为环境变量AZURE_ADDITIONALLY_ALLOWED_TENANTS的值。

public System.Collections.Generic.IList<string> AdditionallyAllowedTenants { get; }
member this.AdditionallyAllowedTenants : System.Collections.Generic.IList<string>
Public ReadOnly Property AdditionallyAllowedTenants As IList(Of String)

属性值

适用于