authenticationContextClassReference 资源类型

命名空间:microsoft.graph

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

方法

方法 返回类型 说明
列出 authenticationContextClassReference authenticationContextClassReference 集合 获取组织中的所有 authenticationContextClassReference 对象。
创建或更新 authenticationContextClassReference) authenticationContextClassReference 创建或更新 authenticationContextClassReference 对象。
获取 authenticationContextClassReference authenticationContextClassReference 读取 authenticationContextClassReference 对象的属性和关系。
删除 authenticationContextClassReference authenticationContextClassReference 删除 authenticationContextClassReference 对象。

属性

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

关系

无。

JSON 表示形式

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

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