authenticationContextClassReference 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示Microsoft Entra 身份验证上下文类引用。 身份验证上下文类引用是定义条件访问身份验证要求的自定义值。

方法

方法 返回类型 Description
List authenticationContextClassReference 集合 获取组织中的所有 authenticationContextClassReference 对象。
创建 authenticationContextClassReference 创建新的 authenticationContextClassReference 对象。
Get authenticationContextClassReference 读取 authenticationContextClassReference 对象的属性和关系。
更新 更新 authenticationContextClassReference 对象。
删除 None 删除 authenticationContextClassReference 对象。

属性

属性 类型 说明
id String 用于引用身份验证上下文类的标识符。 ID 用于触发所引用身份验证要求的升级身份验证,是将在访问令牌的声明中颁发的 acrs 值。 声明中的此值用于验证是否已满足所需的身份验证上下文。 允许的值通过 c1c25
支持 $filtereq)。
displayName String 一个友好名称,用于在生成面向用户的管理员体验时标识 authenticationContextClassReference 对象。 例如,选择 UX。
说明 String authenticationContextClassReference 强制实施的策略的简短说明。 此值应用于提供辅助文本,以描述生成面向用户的管理员体验时身份验证上下文类引用。 例如,选择“UX”。
isAvailable 布尔值 指示 authenticationContextClassReference 是否已由安全管理员发布并可供应用使用。 当它设置为 false时,它不应显示在用于标记具有身份验证上下文类值的资源的选择 UX 中。 它仍将显示在条件访问策略创作体验中。
支持 $filtereq)。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

    {
      "id": "String",
      "displayName": "String",
      "description": "String",
      "isAvailable": "Boolean",
    }