Uses of Class
com.azure.resourcemanager.authorization.models.ApprovalSettings
Packages that use ApprovalSettings
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ApprovalSettings in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return ApprovalSettingsModifier and TypeMethodDescriptionRoleManagementPolicyApprovalRule.setting()Get the setting property: The approval setting.ApprovalSettings.withApprovalMode(ApprovalMode approvalMode) Set the approvalMode property: The type of rule.ApprovalSettings.withApprovalStages(List<ApprovalStage> approvalStages) Set the approvalStages property: The approval stages of the request.ApprovalSettings.withIsApprovalRequired(Boolean isApprovalRequired) Set the isApprovalRequired property: Determines whether approval is required or not.ApprovalSettings.withIsApprovalRequiredForExtension(Boolean isApprovalRequiredForExtension) Set the isApprovalRequiredForExtension property: Determines whether approval is required for assignment extension.ApprovalSettings.withIsRequestorJustificationRequired(Boolean isRequestorJustificationRequired) Set the isRequestorJustificationRequired property: Determine whether requestor justification is required.Methods in com.azure.resourcemanager.authorization.models with parameters of type ApprovalSettingsModifier and TypeMethodDescriptionRoleManagementPolicyApprovalRule.withSetting(ApprovalSettings setting) Set the setting property: The approval setting.