IRoleManagementPolicyApprovalRule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleManagementPolicyApprovalRuleTypeConverter))]
public interface IRoleManagementPolicyApprovalRule : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleManagementPolicyApprovalRuleTypeConverter))>]
type IRoleManagementPolicyApprovalRule = interface
interface IJsonSerializable
interface IRoleManagementPolicyRule
Public Interface IRoleManagementPolicyApprovalRule
Implements IRoleManagementPolicyRule
- Derived
- Attributes
- Implements
Properties
Id |
The id of the rule. (Inherited from IRoleManagementPolicyRule) |
RuleType |
The type of rule (Inherited from IRoleManagementPolicyRule) |
SettingApprovalMode |
The type of rule |
SettingApprovalStage |
The approval stages of the request. |
SettingIsApprovalRequired |
Determine whether approval is required or not. |
SettingIsApprovalRequiredForExtension |
Determine whether approval is required for assignment extension. |
SettingIsRequestorJustificationRequired |
Determine whether requestor justification required. |
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) |