Uses of Class
com.microsoft.graph.models.UnifiedRoleManagementPolicyAssignment
Packages that use UnifiedRoleManagementPolicyAssignment
-
Uses of UnifiedRoleManagementPolicyAssignment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UnifiedRoleManagementPolicyAssignmentModifier and TypeMethodDescriptionUnifiedRoleManagementPolicyAssignment.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 UnifiedRoleManagementPolicyAssignmentModifier and TypeMethodDescriptionPolicyRoot.getRoleManagementPolicyAssignments()Gets the roleManagementPolicyAssignments property value.UnifiedRoleManagementPolicyAssignmentCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type UnifiedRoleManagementPolicyAssignmentModifier and TypeMethodDescriptionvoidPolicyRoot.setRoleManagementPolicyAssignments(List<UnifiedRoleManagementPolicyAssignment> value) Sets the roleManagementPolicyAssignments property value.voidUnifiedRoleManagementPolicyAssignmentCollectionResponse.setValue(List<UnifiedRoleManagementPolicyAssignment> value) Sets the value property value.