unifiedRoleManagementPolicyNotificationRule リソースの種類

名前空間: microsoft.graph

ロールの割り当て、アクティブ化、承認の電子メール通知ルールを定義する unifiedRoleManagementPolicyRule リソース型から派生した型。

unifiedRoleManagementPolicyRule から継承します。

メソッド

なし。

プロパティ

プロパティ 説明
id String ルールの識別子。 エンティティから継承 されます。
isDefaultRecipientsEnabled ブール型 既定の受信者が通知メールを受信するかどうかを示します。
notificationLevel String 通知のレベル。 指定できる値は、 NoneCritical、です All
notificationRecipients String collection 電子メール通知の受信者の一覧。
notificationType String 通知の種類。 のみ Email サポートされています。
recipientType String 通知の受信者の種類。 指定できる値は、 RequestorApprover、です Admin
target unifiedRoleManagementPolicyRuleTarget 通知ルールの対象となるスコープの詳細を定義します。 詳細には、プリンシパルの種類、ロールの割り当ての種類、ロールに影響を与えるアクションが含まれます。 unifiedRoleManagementPolicyRule から継承されます。 $filter (eqne) をサポートします。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyNotificationRule",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
  },
  "notificationType": "String",
  "recipientType": "String",
  "notificationLevel": "String",
  "isDefaultRecipientsEnabled": "Boolean",
  "notificationRecipients": [
    "String"
  ]
}