unifiedRoleManagementPolicyRule 资源类型
命名空间:microsoft.graph
定义与角色管理策略关联的规则或设置的抽象类型。 此抽象类型由以下资源继承,这些资源定义各种类型的规则及其与角色管理策略关联的设置。
- unifiedRoleManagementPolicyApprovalRule
- unifiedRoleManagementPolicyAuthenticationContextRule
- unifiedRoleManagementPolicyEnablementRule
- unifiedRoleManagementPolicyExpirationRule
- unifiedRoleManagementPolicyNotificationRule
继承自 entity。
方法
无。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 规则的标识符。 继承自 entity。 只读。 |
| target | unifiedRoleManagementPolicyRuleTarget | 定义角色管理策略规则所针对的范围的详细信息。 详细信息可以包括主体类型、角色分配类型和影响角色的操作。 支持 $filter(eq、ne)。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyRule",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
}
}
反馈
提交和查看相关反馈