Uses of Class
com.microsoft.graph.models.UnifiedRoleManagementPolicyRule
Packages that use UnifiedRoleManagementPolicyRule
-
Uses of UnifiedRoleManagementPolicyRule in com.microsoft.graph.models
Subclasses of UnifiedRoleManagementPolicyRule in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassclassclassMethods in com.microsoft.graph.models that return UnifiedRoleManagementPolicyRuleModifier and TypeMethodDescriptionUnifiedRoleManagementPolicyRule.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type UnifiedRoleManagementPolicyRuleModifier and TypeMethodDescriptionUnifiedRoleManagementPolicy.getEffectiveRules()Gets the effectiveRules property value.UnifiedRoleManagementPolicy.getRules()Gets the rules property value.UnifiedRoleManagementPolicyRuleCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type UnifiedRoleManagementPolicyRuleModifier and TypeMethodDescriptionvoidUnifiedRoleManagementPolicy.setEffectiveRules(List<UnifiedRoleManagementPolicyRule> value) Sets the effectiveRules property value.voidUnifiedRoleManagementPolicy.setRules(List<UnifiedRoleManagementPolicyRule> value) Sets the rules property value.voidUnifiedRoleManagementPolicyRuleCollectionResponse.setValue(List<UnifiedRoleManagementPolicyRule> value) Sets the value property value.