Share via


IRoleManagementPolicyNotificationRule Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleManagementPolicyNotificationRuleTypeConverter))]
public interface IRoleManagementPolicyNotificationRule : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleManagementPolicyNotificationRuleTypeConverter))>]
type IRoleManagementPolicyNotificationRule = interface
    interface IJsonSerializable
    interface IRoleManagementPolicyRule
Public Interface IRoleManagementPolicyNotificationRule
Implements IRoleManagementPolicyRule
Derived
Attributes
Implements

Properties

Id

The id of the rule.

(Inherited from IRoleManagementPolicyRule)
IsDefaultRecipientsEnabled

Its value determine if the notification need to be sent to the recipient type specified in policy rule.

NotificationLevel

The notification level.

NotificationRecipient

The list notification recipients.

NotificationType

The type of notification.

RecipientType

The recipient type.

RuleType

The type of rule

(Inherited from IRoleManagementPolicyRule)
TargetCaller

The caller of the setting.

(Inherited from IRoleManagementPolicyRule)
TargetEnforcedSetting

The list of enforced settings.

(Inherited from IRoleManagementPolicyRule)
TargetInheritableSetting

The list of inheritable settings.

(Inherited from IRoleManagementPolicyRule)
TargetLevel

The assignment level to which it is applied.

(Inherited from IRoleManagementPolicyRule)
TargetObject

The list of target objects.

(Inherited from IRoleManagementPolicyRule)
TargetOperation

The type of operation.

(Inherited from IRoleManagementPolicyRule)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to