다음을 통해 공유


RoleManagementPolicyRule 클래스

역할 관리 정책 규칙입니다.

이 클래스가 아닌 하위 클래스를 직접 사용하려고 할 수 있습니다. 알려진 하위 클래스는 RoleManagementPolicyApprovalRule, RoleManagementPolicyAuthenticationContextRule, RoleManagementPolicyEnablementRule, RoleManagementPolicyExpirationRule, RoleManagementPolicyNotificationRule입니다.

Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.

상속
azure.mgmt.authorization._serialization.Model
RoleManagementPolicyRule

생성자

RoleManagementPolicyRule(*, id: str | None = None, target: _models.RoleManagementPolicyRuleTarget | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
id
str

규칙의 ID입니다.

target

현재 규칙의 대상입니다.

변수

Name Description
id
str

규칙의 ID입니다.

rule_type

규칙의 형식입니다. 필수 요소. 알려진 값은 "RoleManagementPolicyApprovalRule", "RoleManagementPolicyAuthenticationContextRule", "RoleManagementPolicyEnablementRule", "RoleManagementPolicyExpirationRule" 및 "RoleManagementPolicyNotificationRule"입니다.

target

현재 규칙의 대상입니다.