次の方法で共有


unifiedRoleManagementPolicyNotificationRule リソースの種類

名前空間: microsoft.graph

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

unifiedRoleManagementPolicyRule から継承します。

プロパティ

プロパティ 説明
id String ルールの識別子。 エンティティから継承 されます。
isDefaultRecipientsEnabled ブール型 既定の受信者が通知メールを受信するかどうかを示します。
notificationLevel String 通知のレベル。 使用可能な値は、 NoneCriticalAllです。
notificationRecipients String collection 電子メール通知の受信者の一覧。
notificationType String 通知の種類。 Emailのみがサポートされています。
recipientType String 通知の受信者の種類。 使用可能な値は、 RequestorApproverAdminです。
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"
  ]
}