次の方法で共有


RoleManagementPolicyNotificationRule クラス

ロール管理ポリシー通知ルール。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.authorization.v2020_10_01_preview.models._models_py3.RoleManagementPolicyRule
RoleManagementPolicyNotificationRule

コンストラクター

RoleManagementPolicyNotificationRule(*, id: str | None = None, target: _models.RoleManagementPolicyRuleTarget | None = None, notification_type: str | _models.NotificationDeliveryMechanism | None = None, notification_level: str | _models.NotificationLevel | None = None, recipient_type: str | _models.RecipientType | None = None, notification_recipients: List[str] | None = None, is_default_recipients_enabled: bool | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
id
str

ルールの ID。

target

現在のルールのターゲット。

notification_type

通知の種類。 "Email"

notification_level

通知レベル。 既知の値は、"None"、"Critical"、"All" です。

recipient_type
str または RecipientType

受信者の種類。 既知の値は、"Requestor"、"Approver"、および "管理" です。

notification_recipients

通知受信者の一覧。

is_default_recipients_enabled

ポリシー 規則で指定された受信者の種類に通知を送信するかどうかを決定します。

変数

名前 説明
id
str

ルールの ID。

rule_type

ルールの種類。 必須。 既知の値は、"RoleManagementPolicyApprovalRule"、"RoleManagementPolicyAuthenticationContextRule"、"RoleManagementPolicyEnablementRule"、"RoleManagementPolicyExpirationRule"、"RoleManagementPolicyNotificationRule" です。

target

現在のルールのターゲット。

notification_type

通知の種類。 "Email"

notification_level

通知レベル。 既知の値は、"None"、"Critical"、"All" です。

recipient_type
str または RecipientType

受信者の種類。 既知の値は、"Requestor"、"Approver"、および "管理" です。

notification_recipients

通知受信者の一覧。

is_default_recipients_enabled

ポリシー 規則で指定された受信者の種類に通知を送信するかどうかを決定します。