你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TokenCredentialDiagnosticsOptions.IsAccountIdentifierLoggingEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果 true
为 ,则尝试通过分析收到的访问令牌来记录帐户标识符。
我们尝试记录的帐户标识符为:
- 应用程序或客户端标识符
- 用户主体名称
- 租户标识符
- 经过身份验证的用户或应用程序的对象标识符
public bool IsAccountIdentifierLoggingEnabled { get; set; }
member this.IsAccountIdentifierLoggingEnabled : bool with get, set
Public Property IsAccountIdentifierLoggingEnabled As Boolean