unifiedRoleManagementPolicyRule 资源类型
命名空间:microsoft.graph
一种抽象类型,用于定义与角色管理策略关联的规则或设置。 此抽象类型由以下资源继承,这些资源定义各种类型的规则及其与角色管理策略关联的设置。
- unifiedRoleManagementPolicyApprovalRule
- unifiedRoleManagementPolicyAuthenticationContextRule
- unifiedRoleManagementPolicyEnablementRule
- unifiedRoleManagementPolicyExpirationRule
- unifiedRoleManagementPolicyNotificationRule
继承自 entity。
Methods
方法 | 返回类型 | Description |
---|---|---|
List | unifiedRoleManagementPolicyRule 集合 | 获取 unifiedRoleManagementPolicyRule 对象及其属性的列表。 |
Get | unifiedRoleManagementPolicyRule | 读取 unifiedRoleManagementPolicyRule 对象的属性和关系。 |
更新 | unifiedRoleManagementPolicyRule | 更新 unifiedRoleManagementPolicyRule 对象的属性。 |
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 规则的标识符。 继承自 entity。 此为只读属性。 |
target | unifiedRoleManagementPolicyRuleTarget | 定义角色管理策略规则针对的范围的详细信息。 详细信息可以包括主体类型、角色分配类型和影响角色的操作。 支持 $filter (eq 、ne )。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyRule",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
}
}