Uses of Class
com.azure.resourcemanager.authorization.models.RoleManagementPolicyRuleTarget
Packages that use RoleManagementPolicyRuleTarget
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of RoleManagementPolicyRuleTarget in com.azure.resourcemanager.authorization.models
Classes in com.azure.resourcemanager.authorization.models that implement interfaces with type arguments of type RoleManagementPolicyRuleTargetModifier and TypeClassDescriptionfinal classThe role management policy rule target.Methods in com.azure.resourcemanager.authorization.models that return RoleManagementPolicyRuleTargetModifier and TypeMethodDescriptionRoleManagementPolicyRuleTarget.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoleManagementPolicyRuleTarget from the JsonReader.RoleManagementPolicyRule.target()Get the target property: The target of the current rule.RoleManagementPolicyRuleTarget.withCaller(String caller) Set the caller property: The caller of the setting.RoleManagementPolicyRuleTarget.withEnforcedSettings(List<String> enforcedSettings) Set the enforcedSettings property: The list of enforced settings.RoleManagementPolicyRuleTarget.withInheritableSettings(List<String> inheritableSettings) Set the inheritableSettings property: The list of inheritable settings.Set the level property: The assignment level to which rule is applied.RoleManagementPolicyRuleTarget.withOperations(List<String> operations) Set the operations property: The type of operation.RoleManagementPolicyRuleTarget.withTargetObjects(List<String> targetObjects) Set the targetObjects property: The list of target objects.Methods in com.azure.resourcemanager.authorization.models with parameters of type RoleManagementPolicyRuleTargetModifier and TypeMethodDescriptionRoleManagementPolicyApprovalRule.withTarget(RoleManagementPolicyRuleTarget target) Set the target property: The target of the current rule.RoleManagementPolicyAuthenticationContextRule.withTarget(RoleManagementPolicyRuleTarget target) Set the target property: The target of the current rule.RoleManagementPolicyEnablementRule.withTarget(RoleManagementPolicyRuleTarget target) Set the target property: The target of the current rule.RoleManagementPolicyExpirationRule.withTarget(RoleManagementPolicyRuleTarget target) Set the target property: The target of the current rule.RoleManagementPolicyNotificationRule.withTarget(RoleManagementPolicyRuleTarget target) Set the target property: The target of the current rule.RoleManagementPolicyRule.withTarget(RoleManagementPolicyRuleTarget target) Set the target property: The target of the current rule.