次の方法で共有


RoleManagementPolicyEnablementRule クラス

ロール管理ポリシーの有効化ルール。

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

継承
azure.mgmt.authorization.v2022_05_01_preview.models._models_py3.RoleManagementPolicyRule
RoleManagementPolicyEnablementRule

コンストラクター

RoleManagementPolicyEnablementRule(*, id: str | None = None, target: _models.RoleManagementPolicyRuleTarget | None = None, enabled_rules: List[str | _models.EnablementRules] | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
id
str

ルールの ID。

target

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

enabled_rules
list[str または EnablementRules]

有効なルールの一覧。

変数

名前 説明
id
str

ルールの ID。

rule_type

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

target

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

enabled_rules
list[str または EnablementRules]

有効なルールの一覧。