unifiedRoleManagementPolicyRule リソースの種類

名前空間: microsoft.graph

ロール管理ポリシーに関連付けられているルールを定義する抽象型。 この抽象型は、ロール管理ポリシーに関連付けられているさまざまな種類のルールとその設定を定義する次のリソースによって継承されます。

エンティティ から継承します。

メソッド

メソッド 戻り値の種類 説明
unifiedRoleManagementPolicyRules を一覧表示する unifiedRoleManagementPolicyRule コレクション unifiedRoleManagementPolicyRule オブジェクトとそのプロパティの一覧を取得します。
unifiedRoleManagementPolicyRule を取得する unifiedRoleManagementPolicyRule unifiedRoleManagementPolicyRule オブジェクトのプロパティとリレーションシップを読み取ります。
unifiedRoleManagementPolicyRule を更新する unifiedRoleManagementPolicyRule unifiedRoleManagementPolicyRule オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String ルールの識別子。 エンティティから継承 されます。 読み取り専用です。
target unifiedRoleManagementPolicyRuleTarget 実装されていません。 ロール管理ポリシー 規則の対象となるスコープの詳細を定義します。 詳細には、プリンシパルの種類、ロールの割り当ての種類、ロールに影響を与えるアクションが含まれます。 $filter (eqne) をサポートします。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyRule",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
  }
}