unifiedRoleManagementPolicyAuthenticationContextRule 资源类型

命名空间:microsoft.graph

派生自 unifiedRoleManagementPolicyRule 资源类型的类型,该类型定义与角色管理策略关联的条件访问策略的身份验证上下文规则。

方法

无。

属性

属性 类型 说明
claimValue String 身份验证上下文声明的值。
id String 规则的标识符。 继承自 entity
isEnabled Boolean 确定是否启用此规则。
target unifiedRoleManagementPolicyRuleTarget 定义启用规则所面向的范围的详细信息。 详细信息可以包括主体类型、角色分配类型和影响角色的操作。 继承自 unifiedRoleManagementPolicyRule。 支持 $filtereqne)。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
  },
  "isEnabled": "Boolean",
  "claimValue": "String"
}