authenticationContextClassReference 资源类型

命名空间:microsoft.graph

重要

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

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

方法

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

属性

属性 类型 说明
id String 用于引用身份验证上下文类的标识符。 id 用于触发引用的身份验证要求的逐步身份验证,它是将在 acrs 声明中发出的值。 声明中的此值用于验证是否满足所需的身份验证上下文。 允许的 id 值为"c1"到"c25"。
displayName String the 显示名称 is the friendly name of the authenticationContextClassReference. 此值应该用于在构建面向用户的管理员体验时标识身份验证上下文类引用。 例如,选择 UX。
说明 String authenticationContextClassReference 强制执行的策略的简短说明。 此值应该用于提供辅助文本,以在构建面向用户的管理员体验时描述身份验证上下文类引用。 例如,选择 UX。
isAvailable boolean 指示 authenticationContextClassReference 是否已由安全管理员发布,并可供应用使用。 如果设置为 ,则不应在管理员 UX 体验中显示该值,因为该值 false 当前不能用于选择。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

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